Fix CCDictionary's = operator

that was easy and working fix
This commit is contained in:
dogotrigger 2023-03-10 11:32:06 +08:00 committed by mat
parent 162979c2da
commit 8310485fc0

View file

@ -884,6 +884,8 @@ namespace geode::cocos {
m_dict->release();
m_dict = d;
m_dict->retain();
return *this;
}
auto begin() {