From a7914dc1e837f4e47c7f07766067e64e24321845 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Wed, 24 May 2017 04:00:39 -0300 Subject: [PATCH] Convert transition_duration to const --- osu.Game/Users/UserPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Users/UserPanel.cs b/osu.Game/Users/UserPanel.cs index 7a6fdda825..f7714fd819 100644 --- a/osu.Game/Users/UserPanel.cs +++ b/osu.Game/Users/UserPanel.cs @@ -176,7 +176,7 @@ namespace osu.Game.Users private void displayStatus(UserStatus status) { - float transition_duration = 500; + const float transition_duration = 500; if (status == null) {