diff --git a/Torch/Patches/GcCollectPatch.cs b/Torch/Patches/GcCollectPatch.cs index 1d4e04c..f913ea8 100644 --- a/Torch/Patches/GcCollectPatch.cs +++ b/Torch/Patches/GcCollectPatch.cs @@ -17,6 +17,7 @@ internal static class GcCollectPatch { // FUCK YO KEEN // every call results in freeze for seconds + private static readonly MethodBase[] _targets = { Info.OfMethod(nameof(MyPlanetTextureMapProvider.GetHeightmap)),