Skip to content

Commit

Permalink
Fix Lua error log output
Browse files Browse the repository at this point in the history
Remove autoformatting tool typo. Thanks @ShokerStlk
  • Loading branch information
Xottab-DUTY committed Dec 13, 2017
1 parent 396d846 commit 133af99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrScriptEngine/script_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ struct raii_guard : private Noncopyable
#endif
if (!m_error_code)
return; // Check "lua_pcall_failed" before changing this!
return;

if (break_on_assert)
R_ASSERT2(!m_error_code, m_error_description);
else
Expand Down

0 comments on commit 133af99

Please sign in to comment.