overte-HifiExperiments/libraries/entities-renderer
Anthony J. Thibault eb401c125a Bug fix for blank webEntities during long sessions
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.
2016-11-14 18:01:47 -08:00
..
src Bug fix for blank webEntities during long sessions 2016-11-14 18:01:47 -08:00
CMakeLists.txt remove entities-renderer dependency on physics lib 2016-08-24 22:26:56 -07:00