mirror of
https://github.com/ppy/osu
synced 2025-01-05 13:50:03 +00:00
Whoops I meant to remove these
This commit is contained in:
parent
78283ce3c5
commit
4d4ee05981
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user