You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
no more time error, fixes #2892
This commit is contained in:
@@ -468,7 +468,7 @@ Error VariantParser::parse_value(Token& token,Variant &value,Stream *p_stream,in
|
||||
return err;
|
||||
|
||||
if (args.size()!=4) {
|
||||
r_err_str="Expected 2 arguments for constructor";
|
||||
r_err_str="Expected 4 arguments for constructor";
|
||||
}
|
||||
|
||||
value=Rect2(args[0],args[1],args[2],args[3]);
|
||||
|
||||
Reference in New Issue
Block a user