You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
force thread model to single-safe when running editor, fixes #2387
This commit is contained in:
@@ -525,6 +525,7 @@ void GDFunctions::call(Function p_func,const Variant **p_args,int p_arg_count,Va
|
||||
for(int i=0;i<p_arg_count;i++) {
|
||||
|
||||
String os = p_args[i]->operator String();;
|
||||
|
||||
if (i==0)
|
||||
str=os;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user