Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LPkkjHD committed Nov 2, 2023
1 parent 440e754 commit 94be6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/core/src/de/dhbw/tinf22b6/UnderwatchGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class UnderwatchGame extends ApplicationAdapter {

@Override
public void create () {
batch = new SpriteBatch();
batch = new SpritBatch();
img = new Texture("badlogic.jpg");
}

Expand Down

0 comments on commit 94be6c9

Please sign in to comment.