mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Switch often called functions from private to local
This commit is contained in:
@@ -10,8 +10,7 @@ sched_onEachFrame_init = {
|
||||
};
|
||||
|
||||
sched_onEachFrame = {
|
||||
private ["_ret"];
|
||||
_ret = (1==0);
|
||||
local _ret = (1==0);
|
||||
|
||||
if (diag_fpsmin < 10) then {
|
||||
sched_ef_lowFPSctr = sched_ef_lowFPSctr +1;
|
||||
|
||||
Reference in New Issue
Block a user