change #if DEBUG || GHOST_EDITOR to #if GHOST_EDITOR

This commit is contained in:
2026-05-10 12:01:06 +09:00
parent 2ea3c509b0
commit 7e1db7b908
10 changed files with 28 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
<Project>
<PropertyGroup Condition="'$(Configuration)' == 'Debug_Editor'">
<DefineConstants>$(DefineConstants);DEBUG;GHOST_EDITOR;MHP_ENABLE_SAFETY_CHECKS;</DefineConstants>
<DefineConstants>$(DefineConstants);DEBUG;GHOST_EDITOR;</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release_Editor'">
<DefineConstants>$(DefineConstants);GHOST_EDITOR;MHP_ENABLE_SAFETY_CHECKS;</DefineConstants>
</PropertyGroup>
</Project>
</Project>