optimisation renderer

suppretion de nombre magique
changement fond
supression classe inutile
This commit is contained in:
marc
2020-09-19 16:16:31 +02:00
parent 529ab4e1bb
commit be52f30dc7
13 changed files with 297 additions and 79 deletions
@@ -39,6 +39,7 @@ public class TouchHandler {
deltaX = 0;
} else if (moveEventCard != null) {
moveEventCard.setCoordinates(unscalled_X - deltaX, unscalled_Y - deltaY);
renderer.updateFrame();
}
}
}