Esempio n. 1
0
 private int toGrid(int x, int max) {
   return checkBounds(resources.toGrid(x), max);
 }