mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
fix TORQUE_TOOLS = off compilation
This commit is contained in:
parent
9836f6eb30
commit
4a7104e5ea
38 changed files with 80 additions and 56 deletions
|
|
@ -58,7 +58,7 @@
|
|||
#include "afx/arcaneFX.h"
|
||||
#endif
|
||||
|
||||
#ifdef TORQUE_PLAYER
|
||||
#if defined(TORQUE_PLAYER) || !defined(TORQUE_TOOLS)
|
||||
// See matching #ifdef in editor/editor.cpp
|
||||
bool gEditingMission = false;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue