Merge pull request #104130 from KoBeWi/are_tools_enabled_when_tools_are_enabled

Remove `TOOLS_ENABLED` checks from `editor/`
This commit is contained in:
Thaddeus Crews 2025-03-17 10:52:25 -05:00
commit a9065db5ad
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
34 changed files with 7 additions and 124 deletions

View file

@ -30,7 +30,7 @@
#include "bindings_generator.h"
#if defined(DEBUG_METHODS_ENABLED) && defined(TOOLS_ENABLED)
#ifdef DEBUG_METHODS_ENABLED
#include "../godotsharp_defs.h"
#include "../utils/naming_utils.h"