mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Don't show low FPS hint when map is open
FPS is automatically capped on map display.
This commit is contained in:
@@ -25,9 +25,11 @@ sched_onEachFrame = {
|
||||
};
|
||||
if (sched_ef_lowFPSctr >= 100) then {
|
||||
sched_ef_lowFPSctr = 2;
|
||||
if (!visibleMap) then {
|
||||
hintSilent localize "str_player_lowPFS";
|
||||
diag_log format [ "h1nt: LOW FPS (%1)", diag_fpsmin ];
|
||||
};
|
||||
};
|
||||
|
||||
if (!isNil "dayz_groupIcons") then {call dayz_groupIcons;};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user