mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-02 06:17:03 +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;
|
Array result;
|
||||||
ERR_FAIL_NULL_V(_get_display_cutouts, result);
|
ERR_FAIL_NULL_V(_get_display_cutouts, result);
|
||||||
JNIEnv *env = get_jni_env();
|
JNIEnv *env = get_jni_env();
|
||||||
|
Loading…
Reference in New Issue
Block a user