1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 18:43:04 +08:00

Fix comment

This commit is contained in:
ekrctb 2021-07-21 12:53:48 +09:00
parent 9db5847344
commit ca3dfb2498

View File

@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Catch.Edit.Blueprints.Components
else if (!VertexStates[index].IsSelected)
selectOnly(index);
// Don't inhabit right click, to show the context menu
// Don't inhibit right click, to show the context menu
return e.Button != MouseButton.Right;
}