Skip to content

Commit

Permalink
Merge pull request godotengine#17075 from paulloz/fix-build-mono-debu…
Browse files Browse the repository at this point in the history
…g-notools

[mono] fix build error when compiling with mono, tools=no, target=debug
  • Loading branch information
akien-mga authored Feb 27, 2018
2 parents 5dfaf89 + 90a705d commit a6d4438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mono/mono_gd/gd_mono_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void print_unhandled_exception(MonoObject *p_exc, bool p_recursion_caution) {

ScriptLanguage::StackInfo separator;
separator.file = "";
separator.func = "--- " + TTR("End of inner exception stack trace") + " ---";
separator.func = "--- " + RTR("End of inner exception stack trace") + " ---";
separator.line = 0;

Vector<ScriptLanguage::StackInfo> si;
Expand Down

0 comments on commit a6d4438

Please sign in to comment.