diff options
author | Jose Antonio Marquez | 2012-04-02 10:39:58 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-04-02 10:39:58 -0700 |
commit | 6034e3aa1d033149ba9ca8f0578e0a95889a7e46 (patch) | |
tree | 6249f420894a8b8fae29baa83b705012098eedb4 /js/helper-classes/3D/vec-utils.js | |
parent | 95249b524ada7d20abf24408a857cccec8aea19a (diff) | |
parent | c6de22bf42be90b403491b5f87b1818d9020310c (diff) | |
download | ninja-6034e3aa1d033149ba9ca8f0578e0a95889a7e46.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
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 |