No point in using 16bpp color
This commit is contained in:
parent
d8a4ca1162
commit
ea1dbf7f5e
1 changed files with 1 additions and 1 deletions
|
@ -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