Exemplo n.º 1
0
 @Override
 public void render() {
   if (gameContainer == null) {
     return;
   }
   gameContainer.render();
 }