mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into team-teaching
This commit is contained in:
commit
7ebe64b52f
1 changed files with 1 additions and 1 deletions
|
@ -3297,7 +3297,7 @@ namespace render {
|
||||||
skybox = skyStage->getSkybox();
|
skybox = skyStage->getSkybox();
|
||||||
if (skybox) {
|
if (skybox) {
|
||||||
gpu::Batch batch;
|
gpu::Batch batch;
|
||||||
model::Skybox::render(batch, *(args->_viewFrustum), *skybox);
|
model::Skybox::render(batch, *(Application::getInstance()->getDisplayViewFrustum()), *skybox);
|
||||||
|
|
||||||
gpu::GLBackend::renderBatch(batch, true);
|
gpu::GLBackend::renderBatch(batch, true);
|
||||||
glUseProgram(0);
|
glUseProgram(0);
|
||||||
|
|
Loading…
Reference in a new issue