Remove unused parameter again
gains performance
This commit is contained in:
parent
0a04322b5a
commit
a749a08e94
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ FrameToUnit:Init(true)
|
|||
local profiling = false
|
||||
local profileData
|
||||
|
||||
local function doNothing(_)
|
||||
local function doNothing()
|
||||
end
|
||||
|
||||
local StartProfiling = doNothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue