Skip to content

Commit 2be3a49

Browse files
committed
Issue #2698: refactor the math library and remove the unuse function from cc namespace.
1 parent 0c5a7a5 commit 2be3a49

File tree

7 files changed

+964
-990
lines changed

7 files changed

+964
-990
lines changed

cocos2d/kazmath/gl/matrix.js

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ cc.kmGLScalef = function (x, y, z) {
151151

152152
cc.kmGLGetMatrix = function (mode, pOut) {
153153
//cc.lazyInitialize();
154-
155154
switch (mode) {
156155
case cc.KM_GL_MODELVIEW:
157156
cc.kmMat4Assign(pOut, cc.modelview_matrix_stack.top);

0 commit comments

Comments
 (0)