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.renderer.MapRenderer;
import org.oscim.theme.RenderTheme;
@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
import static org.oscim.utils.ColorUtil.saturate;
public class RuleVisitorTest extends GdxMap {
public class RuleVisitorTest extends GdxMapImpl {
final Logger log = LoggerFactory.getLogger(RuleVisitorTest.class);
RenderTheme mTheme;