hide epilepsy warning when skipping intro
This commit is contained in:
parent
896ba657a7
commit
319b40dfdb
|
@ -1702,6 +1702,7 @@ public class Game extends BasicGameState {
|
|||
if (objectIndex == 0 && trackPosition < firstObjectTime - SKIP_OFFSET) {
|
||||
if (isLeadIn()) {
|
||||
leadInTime = 0;
|
||||
epiImgTime = 0;
|
||||
MusicController.resume();
|
||||
}
|
||||
MusicController.setPosition(firstObjectTime - SKIP_OFFSET);
|
||||
|
|
Loading…
Reference in New Issue
Block a user