Exemplo n.º 1
0
 public void resize(int width, int height) {
   viewport.update(width, height);
 }
Exemplo n.º 2
0
 @Override
 public void resize(int width, int height) {
   viewport.update(width, height, true);
 }