mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
Fix CCDictionary's =
operator
that was easy and working fix
This commit is contained in:
parent
162979c2da
commit
8310485fc0
1 changed files with 2 additions and 0 deletions
|
@ -884,6 +884,8 @@ namespace geode::cocos {
|
|||
m_dict->release();
|
||||
m_dict = d;
|
||||
m_dict->retain();
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
auto begin() {
|
||||
|
|
Loading…
Reference in a new issue