TO SQUASH: Code formatting changes.
This commit is contained in:
@@ -23,9 +23,9 @@ public class IntroSkipper : MonoBehaviour
|
||||
||
|
||||
mouse != null && mouse.leftButton.wasPressedThisFrame)
|
||||
{
|
||||
fadeIn.forceStopAudioCoroutine();
|
||||
fadeIn.ForceStopAudioCoroutine();
|
||||
if (fadeOut != null) {
|
||||
fadeOut.resetFader();
|
||||
fadeOut.ResetFader();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user