You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticconstbool break_on_assert = true; // xxx: there is no point to set it true\false in Release, since game will crash anyway in most cases due to XRAY_EXCEPTIONS disabled in Release build.
527
527
#endif
528
-
if (!m_error_code) return; //xxx: Check "lua_pcall_failed" before changing this!
528
+
if (!m_error_code) return; // Check "lua_pcall_failed" before changing this!
0 commit comments