summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-05-12 00:15:40 -0400
committerJules Laplace <jules@okfoc.us>2016-05-12 00:15:40 -0400
commit7e1a5832f8154a7f078d4f69a39eeb470ac09f9a (patch)
tree9eec585a212936470087bc1f3ba0a08552ec6019 /js
parentafa23bd27edd7bfeb16b4cc02761cd959ba8323d (diff)
adjust
Diffstat (limited to 'js')
-rw-r--r--js/ui/nopaint.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js
index 2079bfc..bfe099b 100644
--- a/js/ui/nopaint.js
+++ b/js/ui/nopaint.js
@@ -234,11 +234,12 @@ var nopaint = (function(){
switch (nopaint.tool.name) {
case "rotate":
case "scale":
- np = 0.2
+ if (steps < randrange(2,4)) return
+ np = 0.1
pp = 0.2
break
default:
- np = 0.3
+ np = 0.2
pp = 0.2
}
}