mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
fix build error when compiling with mono, tools=no, target=release
change TTR to RTR in `print_unhandled_exception` (cherry picked from commit 90a705d67102c30083d91cff47f35300eb5049a9)
This commit is contained in:
parent
4eb9ee9355
commit
87242c7b92
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user