mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
Update Control.java
This commit is contained in:
parent
dbe7251c6b
commit
c357b97b3b
@ -371,11 +371,13 @@ public class Control implements ApplicationListener, Loadable{
|
||||
|
||||
@Override
|
||||
public void update(){
|
||||
//TODO find out why this happens on Android
|
||||
if(assets == null) return;
|
||||
|
||||
saves.update();
|
||||
|
||||
//update and load any requested assets
|
||||
if(assets != null){
|
||||
assets.update();
|
||||
}
|
||||
assets.update();
|
||||
|
||||
input.updateController();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user