Skip to content

Commit

Permalink
Update debug.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Nov 14, 2023
1 parent f62984b commit be71707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/inc/debug/debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#define TYRA_ASSERT(condition, ...) \
if (!(condition)) TyraDebug::trap(__FILE__, __LINE__, ##__VA_ARGS__)

bool EESIO_Initialized = false;
class TyraDebug {
public:
template <typename Arg, typename... Args>
Expand Down Expand Up @@ -109,7 +110,6 @@ class TyraDebug {

private:
static void writeInLogFile(std::stringstream* ss);
bool EESIO_Initialized = false;
static void initializeEESIO();

template <typename Arg, typename... Args>
Expand Down

0 comments on commit be71707

Please sign in to comment.