mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 13:11:10 +00:00
No point in using 16bpp color
This commit is contained in:
parent
d8a4ca1162
commit
ea1dbf7f5e
|
@ -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