mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
LegacyContentMitigation: prepare for submission
This commit is contained in:
parent
94515efbe3
commit
d4dc8fba44
4 changed files with 46 additions and 2 deletions
|
@ -41,7 +41,7 @@ public static class BtkUiAddon
|
|||
string.Empty, "Records Camera events & logs them next frame. Useful for determining camera render order shenanigans.");
|
||||
printCameraCallbacksButton.OnPress += () => CameraCallbackLogger.Instance.LogCameraEvents();
|
||||
|
||||
OnCurrentStateToggled(FakeMultiPassHack.Instance.IsEnabled);
|
||||
OnMultiPassActiveChanged(FakeMultiPassHack.Instance.IsEnabled);
|
||||
FakeMultiPassHack.OnMultiPassActiveChanged += OnMultiPassActiveChanged;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue