slightly faster state switching

This commit is contained in:
yugecin 2018-06-25 22:59:49 +02:00
parent d944ff8620
commit e972480c55
No known key found for this signature in database
GPG Key ID: 2C5AC035A7068E44

View File

@ -472,7 +472,7 @@ public class DisplayContainer implements ErrorDumpable, SkinChangedListener {
}
public void switchState(OpsuState state) {
switchState(state, 200, 300);
switchState(state, 150, 250);
}
public void switchState(OpsuState newstate, int outtime, int intime) {