I think I've found a bug in the new GLES2 implementation in Ogre 1.8.
In EAGL2Window::create at the bottom there is the following line:
Code: Select all
// Resize, taking content scaling factor into account
resize(mWidth, mHeight);
Code: Select all
if(mWidth == width && mHeight == height)
return;
Should I file a bug about this?
