Cursor becomes vector.

This commit is contained in:
Dean Herbert
2017-02-04 22:56:56 +09:00
parent 714c94b7a8
commit d97f02a219
2 changed files with 55 additions and 7 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Graphics.UserInterface
fill = new Box
{
RelativeSizeAxes = Axes.Both,
Alpha = 0.01f, //todo: remove once we figure why containers aren't drawing at all times
Alpha = 0.01f,
},
};
}