This commit is contained in:
Anuken
2020-12-12 18:49:24 -05:00
parent d171048004
commit d6546a38c0
4 changed files with 4 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ public class PlacementFragment extends Fragment{
break;
}
}
}else if(blockSelectEnd || Time.timeSinceMillis(blockSelectSeqMillis) > 750){ //1st number of combo, select category
}else if(blockSelectEnd || Time.timeSinceMillis(blockSelectSeqMillis) > 400){ //1st number of combo, select category
//select only visible categories
if(!getUnlockedByCategory(Category.all[i]).isEmpty()){
currentCategory = Category.all[i];