You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Small set of fixes to the input logic
This commit is contained in:
@@ -68,7 +68,7 @@ void GodotJavaViewWrapper::request_pointer_capture() {
|
||||
}
|
||||
|
||||
void GodotJavaViewWrapper::release_pointer_capture() {
|
||||
if (_request_pointer_capture != nullptr) {
|
||||
if (_release_pointer_capture != nullptr) {
|
||||
JNIEnv *env = get_jni_env();
|
||||
ERR_FAIL_NULL(env);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user