mirror of
https://github.com/SMGCommunity/Petari.git
synced 2024-11-26 23:10:24 +00:00
more linking
This commit is contained in:
parent
ba448bd9b6
commit
1a1d77a949
@ -38,8 +38,7 @@ namespace MR {
|
||||
|
||||
f32 getPaneAnimFrame(const LayoutActor*, const char*, u32);
|
||||
|
||||
void setFollowPos(const TVec2f*, LayoutActor*, const char*);
|
||||
void setFollowPos(const TVec2f&, LayoutActor*, const char*);
|
||||
void setFollowPos(const TVec2f*, const LayoutActor*, const char*);
|
||||
|
||||
void setFollowTypeReplace(const LayoutActor*, const char*);
|
||||
void setFollowTypeAdd(const LayoutActor*, const char*);
|
||||
|
@ -10,7 +10,7 @@ void CollectCounter::init(const JMapInfoIter &rIter) {
|
||||
MR::connectToSceneLayout(this);
|
||||
initLayoutManager("CollectCounter", 1);
|
||||
initNerve(&NrvCollectCounter::CollectCounterNrvHide::sInstance);
|
||||
MR::setFollowPos(mFollowPosition, this, 0);
|
||||
MR::setFollowPos(&mFollowPosition, this, 0);
|
||||
kill();
|
||||
}
|
||||
|
||||
@ -64,4 +64,4 @@ namespace NrvCollectCounter {
|
||||
void CollectCounterNrvHide::execute(Spine *pSpine) const {
|
||||
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user