mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
ParallaxContainer should always know the mouse position.
This commit is contained in:
parent
6e42a75fca
commit
0bcb463acf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user