Skip to content

Commit

Permalink
Unlock geolocation object in map
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed May 28, 2023
1 parent 393a2d2 commit 391e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mahomaps/screens/MapCanvas.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class MapCanvas extends MultitouchCanvas implements CommandListener {

// geolocation stuff
public GeoUpdateThread geo = null;
public final Geopoint geolocation;
public Geopoint geolocation;

// input states
private boolean touch = hasPointerEvents();
Expand Down

0 comments on commit 391e4a6

Please sign in to comment.