TO SQUASH: Code formatting changes.

This commit is contained in:
2026-07-28 01:06:41 -04:00
parent caef6dbb71
commit 82735508c9
5 changed files with 24 additions and 18 deletions
+2 -2
View File
@@ -23,9 +23,9 @@ public class IntroSkipper : MonoBehaviour
||
mouse != null && mouse.leftButton.wasPressedThisFrame)
{
fadeIn.forceStopAudioCoroutine();
fadeIn.ForceStopAudioCoroutine();
if (fadeOut != null) {
fadeOut.resetFader();
fadeOut.ResetFader();
}
}
}