code review cleanup

This commit is contained in:
ZappoMan 2013-04-22 15:11:40 -07:00
parent 7d93f07152
commit 436b43ea85

View file

@ -170,7 +170,7 @@ void *distributeVoxelsToListeners(void *args) {
ViewFrustum viewFrustum;
// get position and orientation details from the camera
viewFrustum.setPosition(agentData->getCameraPosition());
viewFrustum.setOrientation(agentData->getCameraDirection(),agentData->getCameraUp(),agentData->getCameraRight());
viewFrustum.setOrientation(agentData->getCameraDirection(), agentData->getCameraUp(), agentData->getCameraRight());
// Also make sure it's got the correct lens details from the camera
viewFrustum.setFieldOfView(agentData->getCameraFov());