File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Basic Rooms/Programmer Sounds Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ void OnCollisionStay(Collision a_col)
8585 {
8686 m_particle . transform . position = transform . position - new Vector3 ( 0.0f , 0.159426f , 0.0f ) ;
8787 m_particle . Play ( ) ;
88- dialogue . PlayDialogue ( m_sound + m_index . ToString ( ) ) ;
88+ dialogue . PlayDialogue ( m_sound + " - 0" + m_index . ToString ( ) ) ;
8989 m_canCollide = false ;
9090 m_index = ( m_index + 1 ) % 3 + 1 ;
9191 }
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ IEnumerator LoadBankThenScene()
244244 /*===============================================Fmod====================================================
245245 | Keep yielding the coroutine until the bank has loaded. |
246246 =======================================================================================================*/
247- while ( FMODUnity . RuntimeManager . HaveAllBanksLoaded )
247+ while ( ! FMODUnity . RuntimeManager . HaveAllBanksLoaded )
248248 {
249249 yield return true ;
250250 }
You can’t perform that action at this time.
0 commit comments