Skip to content

Commit

Permalink
Update ForestGameArea.java
Browse files Browse the repository at this point in the history
removed redundant TerrainFactory declaration
  • Loading branch information
The-AhmadAA authored Oct 2, 2023
1 parent 7761153 commit 7d745bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public class ForestGameArea extends GameArea {
};
private static final String backgroundMusic = "sounds/background/Sci-Fi1.ogg";

private final TerrainFactory terrainFactory;
private static final String[] forestMusic = {backgroundMusic};

private Entity player;
Expand Down Expand Up @@ -808,4 +807,4 @@ private void spawnGapScanners() {
}


}
}

0 comments on commit 7d745bf

Please sign in to comment.