From 9408e92d5d1a4c473ff900cc67c74c6bc1ae9896 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Wed, 3 Jul 2013 03:23:05 +0200 Subject: [PATCH] share MapView, allow sub-classing GdxMap --- vtm-gdx/src/org/oscim/gdx/GdxMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtm-gdx/src/org/oscim/gdx/GdxMap.java b/vtm-gdx/src/org/oscim/gdx/GdxMap.java index f4a8f379..18660a63 100644 --- a/vtm-gdx/src/org/oscim/gdx/GdxMap.java +++ b/vtm-gdx/src/org/oscim/gdx/GdxMap.java @@ -28,7 +28,7 @@ import com.badlogic.gdx.math.Vector2; public class GdxMap implements ApplicationListener, MapRenderCallback { - private final MapView mMapView; + protected final MapView mMapView; private final GLRenderer mMapRenderer; private final TileSource mTileSource;