mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Merge branch 'master' into fix-skin-layout-editor-crash
This commit is contained in:
@ -130,7 +130,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
if (i >= adds.Length)
|
||||
break;
|
||||
|
||||
int.TryParse(adds[i], out var sound);
|
||||
int.TryParse(adds[i], out int sound);
|
||||
nodeSoundTypes[i] = (LegacyHitSoundType)sound;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user