mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Missed a bit. Readded an accidental removal, and cleaned up an extraneous endif
This commit is contained in:
parent
ed14b6fced
commit
bf229a9c0b
2 changed files with 5 additions and 3 deletions
|
|
@ -27,6 +27,10 @@
|
|||
|
||||
//#define TORQUE_LOCBUILD
|
||||
|
||||
#if !defined(TORQUE_DEBUG) && !defined(TORQUE_LOCBUILD)
|
||||
#define DISABLE_DEBUG_SPEW
|
||||
#endif
|
||||
|
||||
#include "console/console.h"
|
||||
|
||||
namespace DebugOutputConsumer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue