fix crash
This commit is contained in:
@@ -109,7 +109,8 @@ void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
{
|
{
|
||||||
case SM_NotesEnded:
|
case SM_NotesEnded:
|
||||||
case SM_BeginFadingOut:
|
case SM_BeginFadingOut:
|
||||||
m_Out.StartTransitioning( SM_GoToNextScreen );
|
if(!m_Out.IsTransitioning())
|
||||||
|
m_Out.StartTransitioning( SM_GoToNextScreen );
|
||||||
return;
|
return;
|
||||||
case SM_GoToNextScreen:
|
case SM_GoToNextScreen:
|
||||||
m_soundMusic.Stop();
|
m_soundMusic.Stop();
|
||||||
|
|||||||
Reference in New Issue
Block a user