camSetPos or camSetRelPos don't affect camera's position even if camTarget is set.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Zeus - General
Steps To Reproduce
private _target = (curatorSelected select 0) select 0;
private _camCurator = curatorCamera;
_camCurator camSetTarget _target;
_camCurator camSetRelPos [0,-10,0];
_camCurator camCommit 0;