1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 19:10:43 +08:00

Update to latest framework version.

This commit is contained in:
Dean Herbert
2016-09-11 02:23:26 +09:00
Unverified
parent e27eb996bc
commit 4a85d8627d
7 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -70,8 +70,8 @@ namespace osu.Game.Graphics.UserInterface
SizeMode = InheritMode.Y,
Alpha = 0
};
TextContainer.Add(cursor);
TextContainer.Add(cursor);
TextContainer.Add(textFlow);
}