Skip to content

Commit

Permalink
Merge pull request #108 from Osrepnay/patch-1
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
8Keep authored Aug 10, 2020
2 parents f81f07c + 6bf3361 commit eff3dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ It allows you to specify what AppState you want for your application. So SimpleA
public class MyGame extends SimpleApplication {
public MyGame(){
super(new MyCustomSate(), new AnotherState(), ....);
super(new MyCustomState(), new AnotherState(), ....);
}
public static void main(String[] args) {
Expand Down

0 comments on commit eff3dd3

Please sign in to comment.