these ones too

This commit is contained in:
mat 2024-01-03 12:48:36 -03:00 committed by GitHub
parent fdf3c2eba6
commit a8deaef73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ public:
private:
// MARMALADE: Made this protected not private, as deriving from this class is pretty useful
// CCSpriteFrameCache(void) : m_pSpriteFrames(NULL), m_pSpriteFramesAliases(NULL){}
protected:
public:
CCDictionary* m_pSpriteFrames;
CCDictionary* m_pSpriteFramesAliases;
std::set<gd::string>* m_pLoadedFileNames;