mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 14:21:07 +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 ---
|
#region --- Constructor ---
|
||||||
|
|
||||||
public T03_Immediate_Mode_Cube()
|
public T03_Immediate_Mode_Cube()
|
||||||
: base(800, 600, new GraphicsMode(16, 16))
|
: base(800, 600)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue