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