la til render funksjon

This commit is contained in:
Tobydrama 2020-04-02 12:50:38 +02:00
parent 25da1cb9fa
commit 1fa42ed074

View File

@ -37,4 +37,9 @@ public class RoboRallyWrapper extends Game {
public void dispose() {
batch.dispose();
}
@Override
public void render() {
super.render(); //important!
}
}