mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-02 08:09:57 -04:00
Add Typo
This commit is contained in:
parent
a79a13c1ab
commit
b860871930
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct ProxyCCNode : Modify<ProxyCCNode, CCNode> {
|
|||
if (static_cast<CCObject*>(this) == static_cast<CCObject*>(CCDirector::get())) {
|
||||
// apparently this function is the same as
|
||||
// CCDirector::getNextScene so yeah
|
||||
return m_userObject;
|
||||
return m_pUserObject;
|
||||
}
|
||||
return GeodeNodeMetadata::set(this)->m_userObject;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue