1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:15:45 +08:00

Add comment

This commit is contained in:
David Zhao 2019-03-27 11:37:16 +09:00
parent 384eee3395
commit efeed71517

View File

@ -64,6 +64,8 @@ namespace osu.Game.Screens.Menu
}
else
{
// If logo is null, we are suspending from the screen that uses this ButtonSystem.
// We should stop tracking as the facade is now out of scope.
facadeContainer.Tracking = false;
}
}