dobrograd-13-06-2022/garrysmod/addons/gmod-tools/lua/catmullromcams/sh_gc_booster.lua

12 lines
394 B
Lua
Raw Normal View History

2023-11-16 15:01:19 +05:00
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: