You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Likely with bugs and with some features are missing, as well as profiler support, but VisualScript should be more or less done!
This commit is contained in:
@@ -335,7 +335,7 @@ String GDScriptLanguage::make_function(const String& p_class,const String& p_nam
|
||||
for(int i=0;i<p_args.size();i++) {
|
||||
if (i>0)
|
||||
s+=", ";
|
||||
s+=p_args[i];
|
||||
s+=p_args[i].get_slice(":",0);
|
||||
}
|
||||
s+=" ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user