You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Adding print_rich for printing with BBCode
This commit is contained in:
@@ -363,7 +363,7 @@ void GDScriptTest::disable_stdout() {
|
||||
OS::get_singleton()->set_stderr_enabled(false);
|
||||
}
|
||||
|
||||
void GDScriptTest::print_handler(void *p_this, const String &p_message, bool p_error) {
|
||||
void GDScriptTest::print_handler(void *p_this, const String &p_message, bool p_error, bool p_rich) {
|
||||
TestResult *result = (TestResult *)p_this;
|
||||
result->output += p_message + "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user