Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine committed Mar 22, 2021
1 parent 34a13da commit c57a995
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public class SampleJava {
class GdxApp : ApplicationListener {

private lateinit var spriteBatch: SpriteBatch
private lateinit var tiles: Texture
private lateinit var camera: OrthographicCamera
private lateinit var viewport: FitViewport
private val world = World().apply { load() }
Expand Down Expand Up @@ -171,7 +170,6 @@ For a full Java example check out the repository [here](https://github.com/LeHai
public class GdxTest implements ApplicationListener {

private SpriteBatch spriteBatch;
private Texture tiles;
private Camera camera;
private PixelPerfectViewport viewport;
private final World world = new World();
Expand Down

0 comments on commit c57a995

Please sign in to comment.