xyonico / BeatSaberSongLoader

A plugin for adding custom songs into Beat Saber
MIT License
238 stars 38 forks source link

Remove direct call to OnTransitionDidFinish #27

Open saibotu opened 5 years ago

saibotu commented 5 years ago

OnTransitionDidFinishEvent is already raised in the finish callback of the ScenesTransitionCoroutine, thus making the direct call unnecessary. This fixes the "Loading cancelled. Press Ctrl+R to refresh" error when launching the game.