refactor backend Adapter classes

This commit is contained in:
Hannes Janetzek
2014-03-21 21:45:33 +01:00
parent 4e4d4270db
commit 4fb3d13404
12 changed files with 46 additions and 34 deletions

View File

@@ -16,7 +16,6 @@
*/
package org.oscim.gdx;
import org.oscim.backend.AssetAdapter;
import org.oscim.core.Tile;
import org.oscim.layers.GenericLayer;
import org.oscim.layers.TileGridLayer;
@@ -51,7 +50,6 @@ public abstract class GdxMap implements ApplicationListener {
boolean mRenderRequest;
public GdxMap() {
AssetAdapter.g = new GdxAssetAdapter();
mMap = new Map() {
@Override