Reverted io

This commit is contained in:
Devine Lu Linvega
2019-01-10 08:45:50 +12:00
parent 24a7b76254
commit 03cb438b9b
3 changed files with 23 additions and 25 deletions

View File

@@ -91,7 +91,7 @@ function Cursor () {
this.snapPos = function (pos) {
return {
x: clamp(step(pos.x, 15), 15, DOTGRID.tool.settings.size.width),
y: clamp(step(pos.y, 15), 15, DOTGRID.tool.settings.size.height + 15)
y: clamp(step(pos.y, 15), 15, DOTGRID.tool.settings.size.height)
}
}