mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Improved Define names
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user