Skip to content

Commit

Permalink
Fix typo in inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Oct 2, 2023
1 parent de75632 commit 10ece0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Graphics/Audio/WaveformGraph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ protected override void Update()
{
base.Update();

// Can't use invalidation for this as RequiredParentSizeToFit is closes, but also triggers on DrawPosition changes.
// Can't use invalidation for this as RequiredParentSizeToFit is closest, but also triggers on DrawPosition changes.
if (lastGeneratedDrawSize != null && DrawSize != lastGeneratedDrawSize)
queueRegeneration();
}
Expand Down

0 comments on commit 10ece0b

Please sign in to comment.