From 3c5556c0610c4b28e78e012cd21812ff2b484fd8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 11 May 2016 14:42:27 -0400 Subject: fix undo bug, add rotate scale shader nopaint featurez --- js/util.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/util.js') diff --git a/js/util.js b/js/util.js index d0d616d..7859b2b 100644 --- a/js/util.js +++ b/js/util.js @@ -52,7 +52,6 @@ function xrandom(exp){ return Math.pow(Math.random(), exp) } function xrand(exp,n){ return (xrandom(exp)*n) } function xrandint(exp,n){ return rand(exp,n)|0 } function xrandrange(exp,a,b){ return a + xrand(exp,b-a) } -function xrandsign(){ return xrandom() >= 0.5 ? -1 : 1 } function choice(a){ return a[randint(a.length)] } function deg(n){ return n*180/PI } -- cgit v1.2.3-70-g09d2