osu/osu.Game.Rulesets.Mania/Edit
Dean Herbert 1a60d6ade5
Use a `DrawablePool` for mania's beat snap grid
I'm not sure what the cause of the issue is, but I'm also not sure why
it wasn't using `DrawablePool` (was it not around back then?).

Either way, switching to a proper pool fixes things just fine.

Resolves https://github.com/ppy/osu/issues/25009.
2023-10-10 13:36:31 +09:00
..
Blueprints
Setup Fix mania key count slider still using circle size precision 2023-07-22 16:10:58 +02:00
DrawableManiaEditorRuleset.cs Fix publicly-settable bindables 2023-10-06 16:51:24 +09:00
HoldNoteCompositionTool.cs
ManiaBeatSnapGrid.cs Use a `DrawablePool` for mania's beat snap grid 2023-10-10 13:36:31 +09:00
ManiaBlueprintContainer.cs
ManiaEditorPlayfield.cs
ManiaHitObjectComposer.cs Remvoe null default for mods which can't be null 2023-09-20 15:27:50 +09:00
ManiaSelectionHandler.cs
NoteCompositionTool.cs