mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
LegacyContentMitigation: fixed culling issue
This commit is contained in:
parent
5c8c724b58
commit
5d77eb61a5
4 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue