Fix Editor build in Release

This commit is contained in:
2026-05-13 17:06:06 +02:00
parent 97bcdacd9a
commit 43511a96b0
+1 -1
View File
@@ -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