Skip to content

Commit

Permalink
Bad import.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Apr 9, 2017
1 parent ee9621b commit 3f9e041
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -27,11 +27,8 @@
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer.ShapeType;
import com.badlogic.gdx.maps.MapLayer;
import com.badlogic.gdx.maps.tiled.TiledMap;
import com.badlogic.gdx.maps.tiled.TiledMapRenderer;
import com.badlogic.gdx.maps.tiled.TiledMapTile;
import com.badlogic.gdx.maps.tiled.TiledMapTileSet;
import com.badlogic.gdx.maps.tiled.TmxMapLoader;
import com.badlogic.gdx.maps.tiled.renderers.HexagonalTiledMapRenderer;
import com.badlogic.gdx.maps.tiled.renderers.IsometricStaggeredTiledMapRenderer;
Expand All @@ -41,7 +38,6 @@
import com.badlogic.gdx.tests.utils.GdxTest;
import com.badlogic.gdx.tests.utils.OrthoCamController;
import com.badlogic.gdx.utils.Disposable;
import com.sun.prism.GraphicsPipeline.ShaderType;

public class TiledMapLayerOffsetTest extends GdxTest {
private final static String MAP_ORTHO = "data/maps/tiled-offsets/ortho.tmx";
Expand Down

0 comments on commit 3f9e041

Please sign in to comment.