You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #70096 from rune-scape/stringname-dict
StringName Dictionary keys
This commit is contained in:
@@ -97,7 +97,7 @@ bool JavaClass::_call_method(JavaObject *p_instance, const StringName &p_method,
|
||||
}
|
||||
} break;
|
||||
case ARG_TYPE_STRING: {
|
||||
if (p_args[i]->get_type() != Variant::STRING) {
|
||||
if (!p_args[i]->is_string()) {
|
||||
arg_expected = Variant::STRING;
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user