Reduce build start delay
This commit is contained in:
parent
e8b78373ec
commit
155ac3bda3
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ public class SongHandler {
|
|||
setCreativeIfNeeded();
|
||||
stage.movePlayerToStagePosition();
|
||||
currentSong.pause();
|
||||
buildStartDelay = 40;
|
||||
buildStartDelay = 20;
|
||||
System.out.println("Total missing notes: " + stage.missingNotes.size());
|
||||
for (int note : stage.missingNotes) {
|
||||
int pitch = note % 25;
|
||||
|
|
Loading…
Reference in a new issue