summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuyakou@gmail.com>2022-09-05 21:24:58 -0700
committerFredia Huya-Kouadio <fhuyakou@gmail.com>2022-09-07 13:30:10 -0700
commitc3c0bea61537f12d8116b950e9903bb37e515252 (patch)
treec3a32d9388d5df3a6460f97c7d31516bb0cfef14 /platform/android/java/lib/src
parent1b3511ad49ae6e8dd3a1ce6ce89ba50c823a585b (diff)
downloadredot-engine-c3c0bea61537f12d8116b950e9903bb37e515252.tar.gz
Enable long press, pan and scale gestures for the Godot Android Editor
Fix the bug causing the editor to crash when running the project.
Diffstat (limited to 'platform/android/java/lib/src')
-rw-r--r--platform/android/java/lib/src/org/godotengine/godot/Godot.java2
1 files changed, 1 insertions, 1 deletions
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;
}