1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Whoops I meant to remove these

This commit is contained in:
Dan Balasescu 2022-08-15 21:48:04 +09:00
parent 78283ce3c5
commit 4d4ee05981

View File

@ -81,7 +81,6 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour
{
currentEncoding = new MonoEncoding();
encodings.Add(currentEncoding);
continue;
}
// Add the current object to the encoded payload.
@ -106,7 +105,6 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour
{
currentEncoding = new ColourEncoding();
encodings.Add(currentEncoding);
continue;
}
// Add the current MonoEncoding to the encoded payload.