1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 11:23:23 +08:00

Add warnings.

This commit is contained in:
Dean Herbert 2016-12-07 00:03:02 +09:00
parent 7ab08945e4
commit 27fafe419b

View File

@ -142,6 +142,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
SetRange(start, end);
}
// --------------------------------------------- DO NOT MERGE THIS -----------------------------------------------------------------------
public class BodyTexture : BufferedContainer
{
private Box gradientPortion;
@ -201,5 +202,6 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
};
}
}
// --------------------------------------------- DO NOT MERGE THIS -----------------------------------------------------------------------
}
}