update comment

This commit is contained in:
OliBomby 2024-10-08 10:46:10 +02:00
parent b1be31cd6a
commit e794862da5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public override void EndPlacement(bool commit)
base.EndPlacement(commit);
// You typically only place the grid once, so we switch back to the select tool after placement.
// You typically only place the grid once, so we switch back to the last tool after placement.
if (commit && hitObjectComposer is OsuHitObjectComposer osuHitObjectComposer)
osuHitObjectComposer.SetLastTool();
}