1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00
osu-lazer/osu.Game/Screens/Spectate
smoogipoo a9e4a0ed50 Fix potentially starting play when finished
The UserFinishedPlaying event may trigger before the event is subscribed
to by SpectatorScreen. For such cases, an extra check is done to make
sure the user is _actually_ playing.
2021-04-20 21:19:08 +09:00
..
GameplayState.cs Add abstract spectator screen class 2021-04-01 22:02:32 +09:00
SpectatorScreen.cs Fix potentially starting play when finished 2021-04-20 21:19:08 +09:00