mirror of https://github.com/axmolengine/axmol.git
fix #187
This commit is contained in:
parent
21cb31685d
commit
318c6855a3
|
@ -754,6 +754,7 @@ bool SpriteFrameCache::PlistFramesCache::eraseFrames(const std::vector<std::stri
|
||||||
}
|
}
|
||||||
_indexPlist2Frames.clear();
|
_indexPlist2Frames.clear();
|
||||||
_indexFrame2plist.clear();
|
_indexFrame2plist.clear();
|
||||||
|
_isPlistFull.clear();
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue