1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 13:07:25 +08:00

Merge pull request #544 from peppy/parallax-requires-position

ParallaxContainer should always know the mouse position.
This commit is contained in:
Dan Balasescu 2017-03-24 09:20:47 +09:00 committed by GitHub
commit b77448ae4e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 34c9f17a6ac6fa5e9fd5569f9e119331316c1313
Subproject commit 51737ec1320b4ea9dce4978f24e1d77a28f0a98e

View File

@ -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;