fixes in EGL platform

This commit is contained in:
Eduardo Bart
2012-06-03 11:10:34 -03:00
parent 3a6f326a8a
commit d49cad31e2
5 changed files with 38 additions and 19 deletions

View File

@@ -77,6 +77,7 @@ void FrameBuffer::resize(const Size& size)
internalRelease();
} else {
m_screenBackup = TexturePtr(new Texture(size.width(), size.height()));
m_screenBackup->setUpsideDown(true);
}
}