mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
Make ScriptErrorMode static.
This commit is contained in:
parent
1d1653f995
commit
aaa905bc5c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "framework.h"
|
||||
#include "ScriptAssert.h"
|
||||
|
||||
ERROR_MODE ScriptErrorMode = ERROR_MODE::WARN;
|
||||
static ERROR_MODE ScriptErrorMode = ERROR_MODE::WARN;
|
||||
|
||||
bool ScriptAssert(bool cond, std::string const& msg, std::optional<ERROR_MODE> forceMode)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue