No point in using 16bpp color

This commit is contained in:
Stefanos A. 2013-12-18 14:29:18 +01:00
parent d8a4ca1162
commit ea1dbf7f5e

View file

@ -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