mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Get rid of AlwaysReceiveInput
This commit is contained in:
@ -19,8 +19,6 @@ namespace osu.Game.Graphics.Containers
|
||||
|
||||
public ParallaxContainer()
|
||||
{
|
||||
AlwaysReceiveInput = true;
|
||||
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
AddInternal(content = new Container
|
||||
{
|
||||
|
Reference in New Issue
Block a user