Skip to content

Commit

Permalink
added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
geoscan-builder committed May 13, 2019
1 parent 698cc16 commit 36e569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Matrix4.js
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ define([
*/
Matrix4.getRotation = function(matrix, result) {
return Matrix4.getMatrix3(matrix, result);
}
};

/**
* Gets the upper left 3x3 rotation matrix of the provided matrix, assuming the matrix is a affine transformation matrix.
Expand Down

0 comments on commit 36e569a

Please sign in to comment.