mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 01:33:50 +08: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