Add note about rotation not working as expected

This commit is contained in:
Dean Herbert 2021-04-29 16:16:52 +09:00
parent 1516e2ffef
commit b460181f15
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ protected override void OnSelectionChanged()
public override bool HandleRotation(float angle)
{
// TODO: this doesn't correctly account for origin/anchor specs being different in a multi-selection.
foreach (var c in SelectedBlueprints)
((Drawable)c.Item).Rotation += angle;