mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 02:21:10 +00:00
No point in using 16bpp color
This commit is contained in:
parent
c42090835f
commit
b81aaf9a12
|
@ -34,7 +34,7 @@ namespace Examples.Tutorial
|
|||
#region --- Constructor ---
|
||||
|
||||
public T03_Immediate_Mode_Cube()
|
||||
: base(800, 600, new GraphicsMode(16, 16))
|
||||
: base(800, 600)
|
||||
{ }
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue