1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 06:42:54 +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); SetRange(start, end);
} }
// --------------------------------------------- DO NOT MERGE THIS -----------------------------------------------------------------------
public class BodyTexture : BufferedContainer public class BodyTexture : BufferedContainer
{ {
private Box gradientPortion; private Box gradientPortion;
@ -201,5 +202,6 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
}; };
} }
} }
// --------------------------------------------- DO NOT MERGE THIS -----------------------------------------------------------------------
} }
} }