Fixed the util class and Environment

This commit is contained in:
Ziver Koc 2009-03-10 16:32:33 +00:00
parent cbd89ddb05
commit 1bc2424920
6 changed files with 44 additions and 50 deletions

View file

@ -62,6 +62,6 @@ public class SpaceGame extends SimplePhysicsGame {
}
public void simpleUpdate(){
environment.setLocalTranslation(cam.getLocation());
environment.update();
}
}