mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[ShadowCloneFallback] Fixed initial state
This commit is contained in:
parent
b294a1601f
commit
29028a9b54
2 changed files with 25 additions and 13 deletions
|
@ -15,7 +15,7 @@ public class ShadowCloneFallback : MelonMod
|
|||
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
ShadowCloneUtils.s_UseShaderClones = EntryUseFallbackClones.Value;
|
||||
ShadowCloneUtils.s_UseShaderClones = !EntryUseFallbackClones.Value;
|
||||
EntryUseFallbackClones.OnEntryValueChanged.Subscribe(OnEnabledChanged);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue