mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-28 13:52:07 -04:00
bet its this
This commit is contained in:
parent
2726a82e64
commit
264c9e4a64
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ extern unsigned int ACTUAL_CC_DLL g_uNumberOfDraws;
|
|||
#define CC_INCREMENT_GL_DRAWS(__n__) g_uNumberOfDraws += __n__
|
||||
static GEODE_INLINE void ccIncrementGLDraws(int n) {
|
||||
#ifdef GEODE_IS_MACOS
|
||||
*reinterpret_cast<int*>(geode::cocos2d::macNumberOfDraws()) += n;
|
||||
*reinterpret_cast<int*>(cocos2d::macNumberOfDraws()) += n;
|
||||
#else
|
||||
CC_INCREMENT_GL_DRAWS(n);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue