1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-07-04 07:04:42 +02:00

la til render funksjon

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

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