mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
fix CCAction::update parameter
This commit is contained in:
parent
c4064d7526
commit
9032285d06
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class cocos2d::CCAction {
|
|||
auto startWithTarget(cocos2d::CCNode* target) = mac 0x35b850;
|
||||
auto step(float dt) = mac 0x35b880;
|
||||
auto isDone() = mac 0x35b870;
|
||||
auto update() = mac 0x35b890;
|
||||
auto update(float time) = mac 0x35b890;
|
||||
}
|
||||
|
||||
class cocos2d::CCActionInterval {
|
||||
|
|
Loading…
Reference in a new issue