fix initial ups on boot being incorrect
This commit is contained in:
parent
19392ef2d0
commit
3d6801d935
|
@ -164,7 +164,7 @@ public class DisplayContainer implements ErrorDumpable, SkinChangedListener {
|
|||
}
|
||||
|
||||
public void init(OpsuState startingState) {
|
||||
setUPS(OPTION_TARGET_UPS.val);
|
||||
setUPS(targetUPS[OPTION_TARGET_UPS.val]);
|
||||
setFPS(targetFPS[targetFPSIndex]);
|
||||
|
||||
state = startingState;
|
||||
|
|
Loading…
Reference in New Issue
Block a user