From c3c0bea61537f12d8116b950e9903bb37e515252 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Mon, 5 Sep 2022 21:24:58 -0700 Subject: Enable long press, pan and scale gestures for the Godot Android Editor Fix the bug causing the editor to crash when running the project. --- platform/android/java/lib/src/org/godotengine/godot/Godot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/java/lib') diff --git a/platform/android/java/lib/src/org/godotengine/godot/Godot.java b/platform/android/java/lib/src/org/godotengine/godot/Godot.java index 28e689e63a..6ebe7e4ee9 100644 --- a/platform/android/java/lib/src/org/godotengine/godot/Godot.java +++ b/platform/android/java/lib/src/org/godotengine/godot/Godot.java @@ -1023,7 +1023,7 @@ public class Godot extends Fragment implements SensorEventListener, IDownloaderC } @Keep - private GodotRenderView getRenderView() { // used by native side to get renderView + public GodotRenderView getRenderView() { // used by native side to get renderView return mRenderView; } -- cgit v1.2.3