Improved Define names

This commit is contained in:
Simon Lübeß
2021-10-30 14:17:17 +02:00
parent 2bc87b437a
commit 419509ab7f
30 changed files with 122 additions and 51 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ namespace GlitchyEngine
}
}
#if APP_SINGLESTEP
#if GE_APP_SINGLESTEP
bool allowFrame = false;
bool disableSingleFrame = false;
#else
@@ -99,7 +99,7 @@ namespace GlitchyEngine
Input.NewFrame();
#if APP_SINGLESTEP
#if GE_APP_SINGLESTEP
allowFrame = disableSingleFrame || Input.IsKeyPressing(Key.F10);
if(Input.IsKeyPressing(Key.F11))