use toffset
This commit is contained in:
parent
a839a0e596
commit
8f1b1d9254
|
@ -215,7 +215,7 @@ namespace SHADE
|
||||||
|
|
||||||
|
|
||||||
if (pivot.lookAtCameraOrigin)
|
if (pivot.lookAtCameraOrigin)
|
||||||
CameraLookAt(*camera, camera->position + pivot.GetTargetOffset());
|
CameraLookAt(*camera, camera->position + tOffset);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue