We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7e5bf commit 1ab6ad4Copy full SHA for 1ab6ad4
bindings/2.2074/Cocos2d.bro
@@ -3740,4 +3740,4 @@ class cocos2d::CCConfiguration {
3740
void kmGLLoadIdentity() = imac 0x1f6010, m1 0x1abafc;
3741
void kmGLMatrixMode(unsigned int mode) = imac 0x1f5f60, m1 0x1aba44;
3742
void kmGLMultMatrix(const kmMat4* pIn) = imac 0x1f6070, m1 0x1abb60;
3743
-const kmMat4* kmMat4OrthographicProjection(kmMat4* pOut, float left, float right, float bottom, float top, float nearVal, float farVal) = imac 0x3c1240, m1 0x34a914;
+kmMat4* kmMat4OrthographicProjection(kmMat4* pOut, float left, float right, float bottom, float top, float nearVal, float farVal) = imac 0x3c1240, m1 0x34a914;
0 commit comments