mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
fix previous commit
This commit is contained in:
parent
461d0ee03e
commit
a2fddab64f
1 changed files with 1 additions and 1 deletions
|
@ -3691,7 +3691,7 @@ class LevelEditorLayer : GJBaseGameLayer, LevelSettingsDelegate {
|
|||
void updateVisibility(float) = mac 0x92c70, win 0x1632b0;
|
||||
|
||||
void groupStickyObjects(cocos2d::CCArray* objects) = mac 0x99dd0, win 0x164860;
|
||||
void ungroupStickyObjects(cocos2d::CCArray* objects) = mac 0x99ee0;
|
||||
void ungroupStickyObjects(cocos2d::CCArray* objects) = mac 0x99ee0, win 0x164950;
|
||||
|
||||
void setStartPosObject(StartPosObject* obj) {
|
||||
CC_SAFE_RETAIN(obj);
|
||||
|
|
Loading…
Reference in a new issue