mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Merge pull request #4778 from ctrlaltdavid/20525
CR for 20525 - Fix lobby not displaying in HMD mode
This commit is contained in:
commit
410baa6ac0
1 changed files with 1 additions and 0 deletions
|
@ -3241,6 +3241,7 @@ void Application::displaySide(Camera& theCamera, bool selfAvatarOnly, RenderArgs
|
|||
{
|
||||
PerformanceTimer perfTimer("3dOverlaysFront");
|
||||
glClear(GL_DEPTH_BUFFER_BIT);
|
||||
Glower glower; // Sets alpha to 1.0
|
||||
_overlays.renderWorld(true);
|
||||
}
|
||||
activeRenderingThread = nullptr;
|
||||
|
|
Loading…
Reference in a new issue