diff options
author | Valerio Virgillito | 2012-03-29 15:40:59 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-29 15:40:59 -0700 |
commit | f4949cab544886702e7ad6eeaa6215125c7b067a (patch) | |
tree | b62d6319d6e9aa2c447597c3a2ccde5472da4738 /js/helper-classes/3D/vec-utils.js | |
parent | 3fd2cdb59027b3f973b9165db9db4fdd22026941 (diff) | |
parent | fa5c9dbdc3e8618d494e142e0967fa69049d0c97 (diff) | |
download | ninja-f4949cab544886702e7ad6eeaa6215125c7b067a.tar.gz |
Merge pull request #147 from pushkarjoshi/brushtool
Brushtool
Diffstat (limited to 'js/helper-classes/3D/vec-utils.js')
-rwxr-xr-x | js/helper-classes/3D/vec-utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/3D/vec-utils.js b/js/helper-classes/3D/vec-utils.js index e6db4a8d..4eacd856 100755 --- a/js/helper-classes/3D/vec-utils.js +++ b/js/helper-classes/3D/vec-utils.js | |||
@@ -259,6 +259,6 @@ var VecUtils = exports.VecUtils = Object.create(Object.prototype, | |||
259 | glmat4.rotate(mat, angle, axis); | 259 | glmat4.rotate(mat, angle, axis); |
260 | return mat; | 260 | return mat; |
261 | } | 261 | } |
262 | }, | 262 | } |
263 | 263 | ||
264 | }); \ No newline at end of file | 264 | }); \ No newline at end of file |