1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:03:21 +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 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; facadeContainer.Tracking = false;
} }
} }