1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 17:00:32 +08:00

Add comment

This commit is contained in:
David Zhao
2019-03-27 11:37:16 +09:00
Unverified
parent 384eee3395
commit efeed71517
+2
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;
}
}