diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-11 23:57:44 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-11 23:57:44 -0400 |
| commit | b06d7c366ec47cd6d42a2fb10088ec9c0485ebf2 (patch) | |
| tree | 01003deb69580fa60348b078c985d7bc6b9ae226 /js | |
| parent | 77908cf436f90b24a2f63065ce725d0f3e22a902 (diff) | |
brace
Diffstat (limited to 'js')
| -rw-r--r-- | js/ui/nopaint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index e864ef9..a39a9ff 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -232,7 +232,7 @@ var nopaint = (function(){ } } if (nopaint.tool.is_shader) { - switch (nopaint.tool.name) + switch (nopaint.tool.name) { case "rotate": case "scale": np = 0.2 |
