Removed gradient from test case, modified DragBar to allow access to what's needed in the progress bar, styled the progress bar

This commit is contained in:
DrabWeb
2017-02-09 16:28:40 -04:00
parent 50f93bc215
commit 7fea233181
6 changed files with 86 additions and 61 deletions

View File

@ -71,7 +71,7 @@ namespace osu.Game.Screens.Play
base.Update();
if (DrawWidth == lastDrawWidth) return;
//recreateGraph();
recreateGraph();
lastDrawWidth = DrawWidth;
}