From 0bcb463acf8745ebf7e7ae413dba258f701a28f1 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 23 Mar 2017 19:22:40 +0900 Subject: [PATCH 1/2] ParallaxContainer should always know the mouse position. --- osu.Game/Graphics/Containers/ParallaxContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Containers/ParallaxContainer.cs b/osu.Game/Graphics/Containers/ParallaxContainer.cs index 9dfc26dd3c..dc2f01a2bc 100644 --- a/osu.Game/Graphics/Containers/ParallaxContainer.cs +++ b/osu.Game/Graphics/Containers/ParallaxContainer.cs @@ -12,7 +12,7 @@ using osu.Framework.Configuration; namespace osu.Game.Graphics.Containers { - internal class ParallaxContainer : Container + internal class ParallaxContainer : Container, IRequireHighFrequencyMousePosition { public float ParallaxAmount = 0.02f; From 1c404cba5cd14e54e88a3835006b92642ddf7abd Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 23 Mar 2017 22:42:50 +0900 Subject: [PATCH 2/2] Update framework. --- osu-framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu-framework b/osu-framework index 34c9f17a6a..51737ec132 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 34c9f17a6ac6fa5e9fd5569f9e119331316c1313 +Subproject commit 51737ec1320b4ea9dce4978f24e1d77a28f0a98e