mirror of https://github.com/ppy/osu
Whoops I meant to remove these
This commit is contained in:
parent
78283ce3c5
commit
4d4ee05981
|
@ -81,7 +81,6 @@ private static List<MonoEncoding> encodeMono(List<DifficultyHitObject> data)
|
||||||
{
|
{
|
||||||
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 @@ private static List<ColourEncoding> encodeColour(List<MonoEncoding> data)
|
||||||
{
|
{
|
||||||
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.
|
||||||
|
|
Loading…
Reference in New Issue