mirror of https://github.com/axmolengine/axmol.git
Add missing studio change for Director::drawScene
This commit is contained in:
parent
150d907636
commit
cbbfc69ad4
|
@ -328,6 +328,9 @@ void Director::drawScene()
|
|||
{
|
||||
calculateMPF();
|
||||
}
|
||||
|
||||
if (_textureCache != nullptr)
|
||||
_textureCache->setDirty(false);
|
||||
}
|
||||
|
||||
void Director::calculateDeltaTime()
|
||||
|
|
Loading…
Reference in New Issue