Skip to content

Commit

Permalink
Fix viewdistance
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel committed Oct 31, 2017
1 parent 3cf9037 commit 971f884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions FP_Template.VR/fparma/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

if (is3DEN) exitWith {};

enableSaving [false, false];
setViewDistance CFG_VIEWDISTANCE;
setObjectViewDistance CFG_VIEWDISTANCE_OBJECT;

[CFG_JRM_RESPAWNS] call fpa_jrm_fnc_init;

if (!hasInterface) exitWith {};
Expand Down
2 changes: 0 additions & 2 deletions FP_Template.VR/init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@
See: https://community.bistudio.com/wiki/Functions_Library_(Arma_3)#Initialization_Order
for details about when the script is exactly executed.
*/

enableSaving [false, false];

0 comments on commit 971f884

Please sign in to comment.