Skip to content

Commit

Permalink
disable map update on touch
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaPomaskin committed Nov 7, 2023
1 parent 46d7e8a commit 1cab743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/java/org/libsdl/app/SDLActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class SDLEngine extends Engine {
@Override
public void onTouchEvent(MotionEvent event) {
if (event.getAction() == MotionEvent.ACTION_UP) {
nativeUpdateVisibleMapRegion();
// nativeUpdateVisibleMapRegion();
}
}

Expand Down

0 comments on commit 1cab743

Please sign in to comment.