mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Viewdistance - Fix viewdistance from videosettings (#9140)
This commit is contained in:
parent
2092d4fd71
commit
50100b8178
@ -19,7 +19,7 @@
|
||||
params ["_viewDistance", "_showPrompt"];
|
||||
|
||||
if (_viewDistance == 0) then { // Video Settings
|
||||
_viewDistance = viewDistance;
|
||||
_viewDistance = (getVideoOptions get "overallVisibility");
|
||||
};
|
||||
|
||||
private _objectViewDistanceCoeff = [GVAR(objectViewDistanceCoeff)] call FUNC(returnObjectCoeff); // changes the setting index into a coefficient.
|
||||
|
Loading…
Reference in New Issue
Block a user