You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
fix printraw to make it actually print raw
This commit is contained in:
@@ -575,7 +575,7 @@ void GDFunctions::call(Function p_func,const Variant **p_args,int p_arg_count,Va
|
||||
}
|
||||
|
||||
//str+="\n";
|
||||
OS::get_singleton()->print("%s\n",str.utf8().get_data());
|
||||
OS::get_singleton()->print("%s",str.utf8().get_data());
|
||||
r_ret=Variant();
|
||||
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user