mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
yield return creates a lot of garbage and is easily avoidable here, by using recusing instead.
yield return creates a lot of garbage and is easily avoidable here, by using recusing instead.