renaming and some changes in TestCaseTooltip

This commit is contained in:
Jorolf
2017-04-19 13:47:00 +02:00
parent 095b6fded6
commit 4f9c5dd44d
4 changed files with 37 additions and 30 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Graphics.Cursor
protected override Drawable CreateCursor() => new Cursor();
private bool dragging;
private Tooltip tooltip;
private readonly Tooltip tooltip;
public MenuCursor()
{