mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix custom sample set 0 not falling back to default samples
This commit is contained in:
@ -415,7 +415,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
{
|
||||
set
|
||||
{
|
||||
if (value > 1)
|
||||
if (value > 0)
|
||||
Suffix = value.ToString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user