Also draw skipbutton when using auto
This commit is contained in:
parent
be5288d1f7
commit
b12ed6fa0e
|
@ -560,6 +560,11 @@ public class Game extends BasicGameState {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// skip beginning
|
||||||
|
if (objectIndex == 0 &&
|
||||||
|
trackPosition < beatmap.objects[0].getTime() - SKIP_OFFSET)
|
||||||
|
skipButton.draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
// draw hit objects
|
// draw hit objects
|
||||||
|
|
Loading…
Reference in New Issue
Block a user