This commit is contained in:
Crum
2018-07-11 18:35:38 -05:00
parent 80776fc058
commit 00de485c0b
9 changed files with 100 additions and 111 deletions
+2 -2
View File
@@ -106,7 +106,7 @@ function EventTraceFrame_OnEvent(self, event, ...)
self.framesSinceLast[nextIndex] = 0
self.eventids[nextIndex] = GetCurrentEventID()
local numArgs = getn(arg)
local numArgs = arg.n
for i = 1, numArgs do
if not self.args[i] then
self.args[i] = {}
@@ -169,7 +169,7 @@ function EventTraceFrame_OnSizeChanged(self, width, height)
end
end
function EventTraceFrame_Update ()
function EventTraceFrame_Update()
local offset = 0
local scrollBar = _G["EventTraceFrameScroll"]