mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 08:10:35 +08:00
Fix nullref
This commit is contained in:
@@ -35,6 +35,9 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void initializeVideo(bool async)
|
||||
{
|
||||
if (video == null)
|
||||
return;
|
||||
|
||||
if (drawableVideo != null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user