mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
* Cleanup: Resolve several compiler warnings associated with TORQUE_DEBUG.
This commit is contained in:
parent
8b127373c0
commit
39952a490f
7 changed files with 11 additions and 11 deletions
|
|
@ -102,10 +102,10 @@ private:
|
|||
|
||||
//FrameAllocator
|
||||
U32 mFrameAllocatorMark;
|
||||
#if TORQUE_DEBUG
|
||||
#ifdef TORQUE_DEBUG
|
||||
U32 mFrameAllocatorMarkGuard;
|
||||
#endif
|
||||
U8 *mFrameAllocatorPtr;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue