From 21a76a2303fbf96383722706e0cc78b1659a14c6 Mon Sep 17 00:00:00 2001 From: Human Gamer <39096122+HumanGamer@users.noreply.github.com> Date: Thu, 27 May 2021 22:11:19 -0500 Subject: [PATCH] Fixed TORQUE_ENABLE_ASSERTS macro redefinition --- engine/source/platform/types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/source/platform/types.h b/engine/source/platform/types.h index 20d2bef2..28d2cb61 100644 --- a/engine/source/platform/types.h +++ b/engine/source/platform/types.h @@ -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