slightly faster state switching
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user