mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 19:10:20 +02:00
Merge pull request #5598 from howard-stearns/kill-render-assert
kill render assert
This commit is contained in:
commit
f8bdfbb271
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue