mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Whoops I meant to remove these
This commit is contained in:
@ -81,7 +81,6 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour
|
|||||||
{
|
{
|
||||||
currentEncoding = new MonoEncoding();
|
currentEncoding = new MonoEncoding();
|
||||||
encodings.Add(currentEncoding);
|
encodings.Add(currentEncoding);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the current object to the encoded payload.
|
// Add the current object to the encoded payload.
|
||||||
@ -106,7 +105,6 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour
|
|||||||
{
|
{
|
||||||
currentEncoding = new ColourEncoding();
|
currentEncoding = new ColourEncoding();
|
||||||
encodings.Add(currentEncoding);
|
encodings.Add(currentEncoding);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the current MonoEncoding to the encoded payload.
|
// Add the current MonoEncoding to the encoded payload.
|
||||||
|
Reference in New Issue
Block a user