dobrograd-13-06-2022/garrysmod/addons/gmod-tools/lua/catmullromcams/sh_gc_booster.lua
Jonny_Bro (Nikita) e4d5311906 first commit
2023-11-16 15:01:19 +05:00

11 lines
394 B
Lua

if CatmullRomCams.SH.GCStarted then return end
CatmullRomCams.SH.GCStarted = true
function CatmullRomCams.SH.GarbageCollectionBooster()
collectgarbage()
return timer.Simple(30, CatmullRomCams.SH.GarbageCollectionBooster)
end
timer.Simple(30, CatmullRomCams.SH.GarbageCollectionBooster) -- Now unneeded! :4chan: But reenabled beause it's not readily noticeable and it still helps. :wink: