mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 13:37:20 +09:00
Account for headless nulls (but how?)
This commit is contained in:
parent
00f1d1b53c
commit
a23bb3a6b3
@ -249,7 +249,7 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
vertexBatch.Dispose();
|
||||
vertexBatch?.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user