don't start tweening while we're still loading; it'll play transition sounds
prematurely
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
|
||||
void StartTransitioning( ScreenMessage smSendWhenDone );
|
||||
void Back( ScreenMessage smSendWhenDone );
|
||||
void Update( float fDeltaTime );
|
||||
bool IsTransitioning();
|
||||
|
||||
public: // let owner tinker with these objects
|
||||
@@ -57,6 +58,8 @@ public: // let owner tinker with these objects
|
||||
TransitionBGAnimation m_Back;
|
||||
|
||||
RageSound m_soundBack;
|
||||
|
||||
bool m_bStartedTransitionIn;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user