From 43511a96b062662e95383dbcfdd42aba9f928cf8 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 13 May 2026 17:06:06 +0200 Subject: [PATCH] Fix Editor build in Release --- Source/Engine/Debug/DebugCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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