ParallaxContainer should always know the mouse position.

This commit is contained in:
Dean Herbert 2017-03-23 19:22:40 +09:00
parent 6e42a75fca
commit 0bcb463acf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
namespace osu.Game.Graphics.Containers
{
internal class ParallaxContainer : Container
internal class ParallaxContainer : Container, IRequireHighFrequencyMousePosition
{
public float ParallaxAmount = 0.02f;