Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb057c6

Browse files
fixed issue with waitForExit on pages that do not use animation
1 parent e4a3858 commit fb057c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Menu/PageController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void TurnPageOff(PageType _off, PageType _on=PageType.None, bool _waitFor
6767
_offPage.Animate(false);
6868
}
6969

70-
if (_waitForExit) {
70+
if (_waitForExit&&_offPage.useAnimation) {
7171
Page _onPage = GetPage(_on);
7272
StopCoroutine("WaitForPageExit");
7373
StartCoroutine(WaitForPageExit(_onPage, _offPage));

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /