mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
This assert causes dev builds to fail when starting interface.
This commit is contained in:
parent
9e54244101
commit
0a8c1846e9
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ private:
|
|||
return;
|
||||
}
|
||||
|
||||
Q_ASSERT(toGlm(_quickWindow->geometry().size()) == _size);
|
||||
//Q_ASSERT(toGlm(_quickWindow->geometry().size()) == _size);
|
||||
//Q_ASSERT(toGlm(_quickWindow->geometry().size()) == _textures._size);
|
||||
|
||||
_renderControl->sync();
|
||||
|
|
Loading…
Reference in a new issue