Use constants.

This commit is contained in:
Huo Yaoyuan
2019-11-12 20:07:01 +08:00
parent d60493a961
commit 42a98c5d87
6 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Chat.Selection
{
public class ChannelSelectionOverlay : WaveOverlayContainer
{
public static readonly float WIDTH_PADDING = 170;
public const float WIDTH_PADDING = 170;
private const float transition_duration = 500;