mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
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:
@ -71,7 +71,7 @@ namespace osu.Game.Screens.Play
|
||||
base.Update();
|
||||
|
||||
if (DrawWidth == lastDrawWidth) return;
|
||||
//recreateGraph();
|
||||
recreateGraph();
|
||||
lastDrawWidth = DrawWidth;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user