Fixed deconstruction area not being queued [Mobile]
This commit is contained in:
@@ -778,7 +778,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
||||
|
||||
/** Remove everything from the queue in a selection. */
|
||||
protected void removeSelection(int x1, int y1, int x2, int y2, boolean flush){
|
||||
removeSelection(x1, y1, x2, y2, false, maxLength);
|
||||
removeSelection(x1, y1, x2, y2, flush, maxLength);
|
||||
}
|
||||
|
||||
/** Remove everything from the queue in a selection. */
|
||||
|
||||
Reference in New Issue
Block a user