diff --git a/Source/Engine/Debug/DebugCommands.cs b/Source/Engine/Debug/DebugCommands.cs index afe7e3cf6..ed17d01dc 100644 --- a/Source/Engine/Debug/DebugCommands.cs +++ b/Source/Engine/Debug/DebugCommands.cs @@ -1,6 +1,6 @@ // Copyright (c) Wojciech Figat. All rights reserved. -#if USE_EDITOR || !BUILD_RELEASE +#if FLAX_EDITOR || !BUILD_RELEASE #define WITH_HELP #endif