mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix animation replacing itself even when score position hasn't changed
This commit is contained in:
@ -37,6 +37,9 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
get => scorePosition;
|
get => scorePosition;
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
if (value == scorePosition)
|
||||||
|
return;
|
||||||
|
|
||||||
scorePosition = value;
|
scorePosition = value;
|
||||||
|
|
||||||
if (scorePosition.HasValue)
|
if (scorePosition.HasValue)
|
||||||
|
Reference in New Issue
Block a user