From 72b3b87e543ad950738ab22d02f1bf43ffbe57bb Mon Sep 17 00:00:00 2001 From: EngineerSmith Date: Sat, 26 Mar 2022 20:08:46 +0000 Subject: [PATCH] Added missing function from disabled appleCake table --- AppleCake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/AppleCake.lua b/AppleCake.lua index af03d04..0bc64e0 100644 --- a/AppleCake.lua +++ b/AppleCake.lua @@ -73,6 +73,7 @@ local AppleCakeRelease = { countMemory = function() return emptyCounter end, setName = emptyFunc, setThreadName = emptyFunc, + setThreadSortIndex = emptyFunc, -- Added for those who want to convert from jprof jprof = { push = emptyFunc,