mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-01-01 14:17:31 +00:00
mass commit of laziness
This commit is contained in:
parent
ce992c70ee
commit
6d4fc549d9
167 changed files with 5471 additions and 675 deletions
|
|
@ -16,7 +16,7 @@ internal class PortableCameraPatches
|
|||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(PortableCamera), nameof(PortableCamera.OnWorldLoaded))]
|
||||
[HarmonyPatch(typeof(PortableCamera), nameof(PortableCamera.CopyRefCamValues))]
|
||||
private static void Postfix_PortableCamera_OnWorldLoaded(Camera refCamera)
|
||||
{
|
||||
VisualMods.CameraAdditions.Instance?.OnWorldLoaded(refCamera);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue