You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +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";
|
//str+="\n";
|
||||||
OS::get_singleton()->print("%s\n",str.utf8().get_data());
|
OS::get_singleton()->print("%s",str.utf8().get_data());
|
||||||
r_ret=Variant();
|
r_ret=Variant();
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
|
|||||||
Reference in New Issue
Block a user