Skip to content

Commit 1c7e5bf

Browse files
authored
const
1 parent 950a183 commit 1c7e5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2074/Cocos2d.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3740,4 +3740,4 @@ class cocos2d::CCConfiguration {
37403740
void kmGLLoadIdentity() = imac 0x1f6010, m1 0x1abafc;
37413741
void kmGLMatrixMode(unsigned int mode) = imac 0x1f5f60, m1 0x1aba44;
37423742
void kmGLMultMatrix(const kmMat4* pIn) = imac 0x1f6070, m1 0x1abb60;
3743-
kmMat4* const kmMat4OrthographicProjection(kmMat4* pOut, float left, float right, float bottom, float top, float nearVal, float farVal) = imac 0x3c1240, m1 0x34a914;
3743+
const kmMat4* kmMat4OrthographicProjection(kmMat4* pOut, float left, float right, float bottom, float top, float nearVal, float farVal) = imac 0x3c1240, m1 0x34a914;

0 commit comments

Comments
 (0)