Ejemplo n.º 1
0
 @Override
 public void update(long gameTime) {
   super.update(gameTime);
   currentState.update(gameTime);
 }