mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix score panel not receiving input in some places
This commit is contained in:
@ -243,5 +243,10 @@ namespace osu.Game.Screens.Ranking
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos)
|
||||||
|
=> base.ReceivePositionalInputAt(screenSpacePos)
|
||||||
|
|| topLayerContainer.ReceivePositionalInputAt(screenSpacePos)
|
||||||
|
|| middleLayerContainer.ReceivePositionalInputAt(screenSpacePos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user