mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09:00
Fix nullref
This commit is contained in:
parent
d9beee926a
commit
d2f7a653a8
@ -35,6 +35,9 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void initializeVideo(bool async)
|
||||
{
|
||||
if (video == null)
|
||||
return;
|
||||
|
||||
if (drawableVideo != null)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user