Minor samples renaming

This commit is contained in:
Emux
2018-02-07 20:34:13 +02:00
parent 3a59a31ab3
commit 241f112b58
4 changed files with 8 additions and 8 deletions

View File

@@ -17,12 +17,12 @@ package org.oscim.test;
import org.oscim.gdx.GdxMapApp;
import org.oscim.utils.Parameters;
public class NewGesturesTest extends MarkerLayerTest {
public class MapEventLayer2Test extends MarkerLayerTest {
public static void main(String[] args) {
Parameters.MAP_EVENT_LAYER2 = true;
GdxMapApp.init();
GdxMapApp.run(new NewGesturesTest());
GdxMapApp.run(new MapEventLayer2Test());
}
}