This assert causes dev builds to fail when starting interface.

This commit is contained in:
Howard Stearns 2015-08-19 10:24:31 -07:00
parent 9e54244101
commit 0a8c1846e9

View file

@ -239,7 +239,7 @@ private:
return; return;
} }
Q_ASSERT(toGlm(_quickWindow->geometry().size()) == _size); //Q_ASSERT(toGlm(_quickWindow->geometry().size()) == _size);
//Q_ASSERT(toGlm(_quickWindow->geometry().size()) == _textures._size); //Q_ASSERT(toGlm(_quickWindow->geometry().size()) == _textures._size);
_renderControl->sync(); _renderControl->sync();