You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix build on macOS and Android after bc2e8d99
This commit is contained in:
@@ -59,7 +59,7 @@ bool JavaClass::_call_method(JavaObject *p_instance, const StringName &p_method,
|
||||
r_error.argument = pc;
|
||||
continue;
|
||||
}
|
||||
uint32_t *ptypes = E->get().param_types.ptr();
|
||||
uint32_t *ptypes = E->get().param_types.ptrw();
|
||||
bool valid = true;
|
||||
|
||||
for (int i = 0; i < pc; i++) {
|
||||
|
||||
Reference in New Issue
Block a user