From 3764c1d7993b8979b99db703ae1defd9ecb18aec Mon Sep 17 00:00:00 2001 From: ColdVolcano Date: Sun, 18 Jun 2017 22:28:18 -0500 Subject: [PATCH] Make bar length and visualizer count floats --- osu.Game/Screens/Menu/LogoVisualisation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Screens/Menu/LogoVisualisation.cs b/osu.Game/Screens/Menu/LogoVisualisation.cs index 52f6abd3e7..08816019a0 100644 --- a/osu.Game/Screens/Menu/LogoVisualisation.cs +++ b/osu.Game/Screens/Menu/LogoVisualisation.cs @@ -25,9 +25,9 @@ namespace osu.Game.Screens.Menu private Color4 barColour; private const int index_change = 5; - private const int bar_length = 1200; + private const float bar_length = 1200; private const int bars_per_visualizer = 250; - private const int visualizers = 5; + private const float visualizers = 5; /// /// How much should each bar go down each milisecond (based on a full bar)