Skip to content

Commit

Permalink
Fixed TORQUE_ENABLE_ASSERTS macro redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanGamer committed May 28, 2021
1 parent 96061f8 commit 21a76a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/source/platform/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ static const F32 F32_MAX = F32(3.402823466e+38F); ///< Constant

//--------------------------------------
// Enable Asserts in all debug builds -- AFTER compiler types include.
#if defined(TORQUE_DEBUG)
#define TORQUE_ENABLE_ASSERTS
#endif
//#if defined(TORQUE_DEBUG)
//#define TORQUE_ENABLE_ASSERTS
//#endif


//-------------------------------------- A couple of all-around useful inlines and
Expand Down

0 comments on commit 21a76a2

Please sign in to comment.