Stickers: fixed shader replacement hitting stickers

This commit is contained in:
NotAKidoS 2024-09-10 20:22:26 -05:00
parent 958f07ed08
commit af00f4c6d0
3 changed files with 15 additions and 2 deletions

View file

@ -26,6 +26,7 @@ public class StickerMod : MelonMod
ApplyPatches(typeof(Patches.PlayerSetupPatches));
ApplyPatches(typeof(Patches.ControllerRayPatches));
ApplyPatches(typeof(Patches.ShaderFilterHelperPatches));
ApplyPatches(typeof(Patches.CVRToolsPatches));
LoadAssetBundle();