diff --git a/CityGame/MainWindow.xaml.cs b/CityGame/MainWindow.xaml.cs index da935ed..bf69f21 100644 --- a/CityGame/MainWindow.xaml.cs +++ b/CityGame/MainWindow.xaml.cs @@ -406,7 +406,6 @@ namespace CityGame int swv; protected override Color SkyColor(long SpeedFactor) { - return Color.Black; return base.SkyColor(180); } protected override void Update(GameTime time)