You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
fix build error when compiling with mono, tools=no, target=release
change TTR to RTR in `print_unhandled_exception`
This commit is contained in:
@@ -422,7 +422,7 @@ void print_unhandled_exception(MonoObject *p_exc, bool p_recursion_caution) {
|
|||||||
|
|
||||||
ScriptLanguage::StackInfo separator;
|
ScriptLanguage::StackInfo separator;
|
||||||
separator.file = "";
|
separator.file = "";
|
||||||
separator.func = "--- " + TTR("End of inner exception stack trace") + " ---";
|
separator.func = "--- " + RTR("End of inner exception stack trace") + " ---";
|
||||||
separator.line = 0;
|
separator.line = 0;
|
||||||
|
|
||||||
Vector<ScriptLanguage::StackInfo> si;
|
Vector<ScriptLanguage::StackInfo> si;
|
||||||
|
|||||||
Reference in New Issue
Block a user