Fixed power being set to NaN / Set splitter sprite to router

This commit is contained in:
Anuken
2018-07-15 11:50:06 -04:00
parent 37b9df3202
commit 92a968217c
8 changed files with 254 additions and 266 deletions
@@ -48,6 +48,7 @@ public class Saves{
}
public void update(){
SaveSlot current = this.current;
if(!state.is(State.menu) && !state.gameOver && current != null && current.isAutosave()){
time += Timers.delta();