Handles barely work now, mostly no crashes

This commit is contained in:
Simon Lübeß
2023-03-16 17:57:23 +01:00
parent c3fb9bbd5d
commit b22f73a156
20 changed files with 780 additions and 627 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace Sandbox
#if GAMMA_TEST
PushLayer(new GammaTestLayer());
#elif SANDBOX_2D
PushLayer(new ExampleLayer2D());
//PushLayer(new ExampleLayer2D());
#else
PushLayer(new ExampleLayer());
#endif