diff options
Diffstat (limited to 'js/helper-classes/3D/vec-utils.js')
-rwxr-xr-x | js/helper-classes/3D/vec-utils.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/helper-classes/3D/vec-utils.js b/js/helper-classes/3D/vec-utils.js index 31f6cdd1..4575c3d7 100755 --- a/js/helper-classes/3D/vec-utils.js +++ b/js/helper-classes/3D/vec-utils.js | |||
@@ -249,8 +249,8 @@ var VecUtils = exports.VecUtils = Object.create(Object.prototype, | |||
249 | mat[index] = 1.0; | 249 | mat[index] = 1.0; |
250 | index += dimen + 1; | 250 | index += dimen + 1; |
251 | } | 251 | } |
252 | 252 | ||
253 | return mat; | 253 | return mat; |
254 | } | 254 | } |
255 | }, | 255 | }, |
256 | 256 | ||