Merge branch 'master' into game-overlay-activation-mode

This commit is contained in:
Dan Balasescu
2020-09-03 13:34:22 +09:00
committed by GitHub
132 changed files with 1490 additions and 717 deletions

View File

@ -47,7 +47,7 @@ namespace osu.Game.Graphics.Containers
protected override void Update()
{
Track track = null;
ITrack track = null;
IBeatmap beatmap = null;
double currentTrackTime = 0;