mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-22 00:57:17 +01:00
Fx typo.
This commit is contained in:
parent
f3ec84fa78
commit
f3f3d61a94
@ -178,7 +178,7 @@ void PandemoniumIOJavaWrapper::get_window_safe_area(int (&p_rect_xywh)[4]) {
|
||||
}
|
||||
}
|
||||
|
||||
Array GodotIOJavaWrapper::get_display_cutouts() {
|
||||
Array PandemoniumIOJavaWrapper::get_display_cutouts() {
|
||||
Array result;
|
||||
ERR_FAIL_NULL_V(_get_display_cutouts, result);
|
||||
JNIEnv *env = get_jni_env();
|
||||
|
Loading…
Reference in New Issue
Block a user