exch-bms2 / beatoraja

Cross-platform rhythm game based on Java and libGDX.
GNU General Public License v3.0
623 stars 146 forks source link

fix stop play behavior in course mode #813

Closed sr8e closed 3 weeks ago

sr8e commented 3 weeks ago

issue

コースモードで曲開始後1ノーツも処理せずにスタート+セレクト同時押しでプレイを停止すると、完走扱いになり、次の曲に進んでしまう。

when you press start and select button to quit without hitting any notes in course mode, it transits to STATE_FINISHED rather than STATE_FAILED and moves onto the next song.

changes