Skip to content

Commit

Permalink
Update TDebug.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT authored Nov 10, 2023
1 parent f53556a commit 5ff0631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Toshi/Source/TKernel/TDebug.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "TDebug.h"

#ifdef TOSHI_DEBUG

TOSHI_NAMESPACE_USING

static TCHAR idk[30]{};
Expand All @@ -9,3 +11,5 @@ TBOOL __stdcall TDebug::AssertHandler(TPCHAR a_pcExpression, TPCHAR a_pcFile, TI
TPCCHAR str = a_bUnk ? "(IGNORED)" : idk;
return TBOOL();
}

#endif

0 comments on commit 5ff0631

Please sign in to comment.