Add missing semicolon.
This commit is contained in:
@ -15,7 +15,7 @@ public class GridLevelLoader implements LevelLoader {
|
||||
private int playCount = 0;
|
||||
|
||||
public GridLevelLoader(PlayState state) {
|
||||
this(state, false, false)
|
||||
this(state, false, false);
|
||||
}
|
||||
|
||||
public GridLevelLoader(PlayState state, boolean randomShape, boolean randomType) {
|
||||
|
Reference in New Issue
Block a user