1
0
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:
Dean Herbert
2019-07-19 01:14:55 +09:00
Unverified
parent 00f1d1b53c
commit a23bb3a6b3
+1 -1
View File
@@ -249,7 +249,7 @@ namespace osu.Game.Graphics.Backgrounds
{
base.Dispose(isDisposing);
vertexBatch.Dispose();
vertexBatch?.Dispose();
}
}