mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Use IsDeployedBuild instead of IsDebugBuild for footer display conditional
This commit is contained in:
parent
cf3043fc08
commit
d056e6575e
@ -61,7 +61,7 @@ namespace osu.Desktop.Overlays
|
||||
}
|
||||
};
|
||||
|
||||
if (DebugUtils.IsDebugBuild)
|
||||
if (!game.IsDeployedBuild)
|
||||
{
|
||||
mainFill.AddRange(new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user