Commit 57494d0
authored
Revert math.floor unneeded changes
the math.floor does not solve the problem of zooming into one point
Modified line 28 "com.translate((int)Math.floor((xDifference * getZoomValue())), (int)Math.floor(yDifference * getZoomValue()));"1 parent 260cbab commit 57494d0
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments