Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .hemtt/launch.toml
Comment thread
OverlordZorn marked this conversation as resolved.

This file was deleted.

2 changes: 1 addition & 1 deletion addons/nightvision/functions/fnc_pfeh.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ if (CBA_missionTime < GVAR(nextEffectsUpdate)) then {
};

_fogApply = linearConversion [0, 1, GVAR(priorFog) select 0, (GVAR(fogScaling) * _fogApply), 1]; // mix in old fog if present
GVAR(nvgFog) = [_fogApply, 0, 0];
GVAR(nvgFog) = [_fogApply, fogParams#1, fogParams#2];
Comment thread
OverlordZorn marked this conversation as resolved.
Outdated
0 setFog GVAR(nvgFog)
};

Expand Down