LegacyContentMitigation: fixed culling issue

This commit is contained in:
NotAKidoS 2025-01-07 02:37:14 -06:00
parent 5c8c724b58
commit 5d77eb61a5
4 changed files with 17 additions and 1 deletions

View file

@ -33,6 +33,7 @@ public class LegacyContentMitigationMod : MelonMod
ApplyPatches(typeof(Patches.CVRWorld_Patches)); // post processing shit
ApplyPatches(typeof(Patches.CVRTools_Patches)); // prevent shader replacement when fix is active
ApplyPatches(typeof(Patches.HeadHiderManager_Patches)); // prevent main cam triggering early head hide
ApplyPatches(typeof(Patches.CVRMirror_Patches));
InitializeIntegration("BTKUILib", Integrations.BtkUiAddon.Initialize); // quick menu options
}