1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 15:52:55 +08:00

Cleanup code

This commit is contained in:
jkh675 2024-07-31 17:49:03 +08:00
parent 04ecefe226
commit 54e73acece

View File

@ -212,8 +212,6 @@ namespace osu.Game.Overlays.Comments
MaximumSize = new Vector2(max_width, float.PositiveInfinity),
}
};
FinishTransforms();
}
private LocalisableString lastPresent;