mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
ParallaxContainer should always know the mouse position.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user