LWJGL 2 desktop exit status #433

This commit is contained in:
Emux
2017-10-29 15:15:24 +02:00
parent cbdeb58c2f
commit bcf4cff42b
20 changed files with 64 additions and 36 deletions

View File

@@ -18,8 +18,8 @@ package org.oscim.test;
import com.badlogic.gdx.Input;
import org.oscim.gdx.GdxMap;
import org.oscim.gdx.GdxMapApp;
import org.oscim.gdx.GdxMapImpl;
import org.oscim.layers.tile.vector.VectorTileLayer;
import org.oscim.layers.tile.vector.labeling.LabelLayer;
import org.oscim.renderer.MapRenderer;
@@ -28,7 +28,7 @@ import org.oscim.theme.IRenderTheme.ThemeException;
import org.oscim.theme.ThemeLoader;
import org.oscim.tiling.source.mapfile.MapFileTileSource;
public class ExternalRenderThemeTest extends GdxMap {
public class ExternalRenderThemeTest extends GdxMapImpl {
VectorTileLayer mapLayer;