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

@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Chat.Tabs
{
public class ChannelTabControl : OsuTabControl<Channel>
{
public static readonly float SHEAR_WIDTH = 10;
public const float SHEAR_WIDTH = 10;
public Action<Channel> OnRequestLeave;