camera movement with cube - some weird bug thing
This commit is contained in:
@@ -3,4 +3,9 @@ abstract public class Game {
|
||||
abstract public void loop() throws Exception;
|
||||
abstract public void close() throws Exception;
|
||||
|
||||
public void run() throws Exception {
|
||||
setup();
|
||||
loop();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user