Account for headless nulls (but how?)

This commit is contained in:
Dean Herbert 2019-07-19 01:14:55 +09:00
parent 00f1d1b53c
commit a23bb3a6b3

View File

@ -249,7 +249,7 @@ namespace osu.Game.Graphics.Backgrounds
{
base.Dispose(isDisposing);
vertexBatch.Dispose();
vertexBatch?.Dispose();
}
}