mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 15:07:23 +08:00
Revert Debug.Assert
This commit is contained in:
parent
93038ce496
commit
d53dafa29f
@ -126,7 +126,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
protected virtual void ApplyState()
|
||||
{
|
||||
if (Item == null) return;
|
||||
Debug.Assert(Item != null);
|
||||
|
||||
// Use the fact that we know the precise height of the item from the model to avoid the need for AutoSize overhead.
|
||||
// Additionally, AutoSize doesn't work well due to content starting off-screen and being masked away.
|
||||
|
Loading…
x
Reference in New Issue
Block a user