mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 03:10:36 +02:00
In prolonged sessions _currentWebCount would reach MAX_CONCURRENT_WEB_VIEWS and prevent new webEntities from being properly created and initialized. The _currentWebCount inside of RenderableWebEntityItem would become inflated when buildWebSurface is called without a currentContext. The early return did not properly take this into account. Instead we move the increment after the early return and right before the _webSurface is actually created. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |