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

@@ -5,8 +5,8 @@ import com.badlogic.gdx.Input;
import org.oscim.backend.canvas.Color;
import org.oscim.core.GeometryBuffer;
import org.oscim.gdx.GdxMap;
import org.oscim.gdx.GdxMapApp;
import org.oscim.gdx.GdxMapImpl;
import org.oscim.layers.GenericLayer;
import org.oscim.renderer.BucketRenderer;
import org.oscim.renderer.GLViewport;
@@ -14,7 +14,7 @@ import org.oscim.renderer.MapRenderer;
import org.oscim.renderer.bucket.LineBucket;
import org.oscim.theme.styles.LineStyle;
public class LineTest extends GdxMap {
public class LineTest extends GdxMapImpl {
@Override
protected boolean onKeyDown(int keycode) {