Skip to content

Commit

Permalink
fixed Box2dLightTest
Browse files Browse the repository at this point in the history
fixed Box2dLightTest
  • Loading branch information
nanshaws committed Aug 25, 2024
1 parent ef1cf93 commit 92ac1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/Box2dLightTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ public void create() {
font.setColor(Color.RED);

textureRegion = new TextureRegion(new Texture(
Gdx.files.internal("data/marble.png")));
bg = new Texture(Gdx.files.internal("data/bg.png"));
Gdx.files.internal("test/data/marble.png")));
bg = new Texture(Gdx.files.internal("test/data/bg.png"));

createPhysicsWorld();
Gdx.input.setInputProcessor(this);
Expand Down

0 comments on commit 92ac1c5

Please sign in to comment.