mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 19:24:43 +02:00
la til render funksjon
This commit is contained in:
@ -37,4 +37,9 @@ public class RoboRallyWrapper extends Game {
|
||||
public void dispose() {
|
||||
batch.dispose();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void render() {
|
||||
super.render(); //important!
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user