1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Enable long press, pan and scale gestures for the Godot Android Editor

Fix the bug causing the editor to crash when running the project.
This commit is contained in:
Fredia Huya-Kouadio
2022-09-05 21:24:58 -07:00
parent 1b3511ad49
commit c3c0bea615
4 changed files with 23 additions and 1 deletions

View File

@@ -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;
}