Removed spaces in brackets

This commit is contained in:
summetdev
2020-10-27 21:54:48 +03:00
parent a78faa57f3
commit 9a7e0fb45e
17 changed files with 32 additions and 32 deletions

View File

@@ -122,7 +122,7 @@ public class PlacementFragment extends Fragment{
for(int i = 0; i < blockSelect.length; i++){
if(Core.input.keyTap(blockSelect[i])){
if(i > 9) { //select block directionally
if(i > 9){ //select block directionally
Seq<Block> blocks = getUnlockedByCategory(currentCategory);
Block currentBlock = getSelectedBlock(currentCategory);
for(int j = 0; j < blocks.size; j++){