Merge branch 'master' into mod-icon-improvements

This commit is contained in:
Dan Balasescu
2019-08-07 19:43:52 +09:00
committed by GitHub
5 changed files with 136 additions and 4 deletions

View File

@ -193,6 +193,12 @@ namespace osu.Game.Rulesets.Mods
shader.Unbind();
}
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
quadBatch?.Dispose();
}
}
}
}