mirror of
https://github.com/osukey/osukey.git
synced 2025-07-10 12:49:56 +09:00
Account for headless nulls (but how?)
This commit is contained in:
@ -249,7 +249,7 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
vertexBatch.Dispose();
|
||||
vertexBatch?.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user