slightly faster state switching
This commit is contained in:
parent
d944ff8620
commit
e972480c55
|
@ -472,7 +472,7 @@ public class DisplayContainer implements ErrorDumpable, SkinChangedListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void switchState(OpsuState state) {
|
public void switchState(OpsuState state) {
|
||||||
switchState(state, 200, 300);
|
switchState(state, 150, 250);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void switchState(OpsuState newstate, int outtime, int intime) {
|
public void switchState(OpsuState newstate, int outtime, int intime) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user