Skip to content

Commit

Permalink
dotnet-format
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Nov 21, 2023
1 parent 401e6ff commit 80702f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Scripts/Commands/MultimirrorDuplicateCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected override void OnRedo()
}
TiltMeterScript.m_Instance.AdjustMeter(stroke, up: true);
}

if (m_StampMode)
{
SelectionManager.m_Instance.RegisterStrokesInSelectionCanvas(m_SelectedStrokes);
Expand All @@ -154,7 +154,7 @@ protected override void OnRedo()
{
SelectionManager.m_Instance.RegisterStrokesInSelectionCanvas(m_DuplicatedStrokes);
}

// Place duplicated widgets.
for (int i = 0; i < m_DuplicatedWidgets.Count; ++i)
{
Expand Down

0 comments on commit 80702f2

Please sign in to comment.