Fix the skybox jiggle in the HMD

This commit is contained in:
Brad Davis 2015-06-05 09:52:56 -07:00
parent 08b64666fe
commit 16f55c7557

View file

@ -3314,7 +3314,7 @@ void Application::displaySide(Camera& theCamera, bool selfAvatarOnly, bool billb
skybox = skyStage->getSkybox();
if (skybox) {
gpu::Batch batch;
model::Skybox::render(batch, _viewFrustum, *skybox);
model::Skybox::render(batch, _displayViewFrustum, *skybox);
gpu::GLBackend::renderBatch(batch);
glUseProgram(0);