Skip to content

Commit

Permalink
Fixed whitespace issue.
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
koschke and github-actions[bot] authored Oct 20, 2023
1 parent b2f302c commit d4142e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Controls/MarkAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public override bool Update()
Vector3 scale = parent.transform.lossyScale;
addedSphere = GameNodeMarker.AddSphere(parent, position: position, worldSpaceScale: scale);
// addedSphere has the scale and position of Vector3.
// The position at which the parent was hit will be the center point of the addedSphere.
// The position at which the parent was hit will be the center point of the addedSphere.
momento = new Momento(parent, position: position, scale: scale);
memento.NodeID = addedSphere.name;
new MarkNetAction(parentID: memento.Parent.name, memento.Position, memento.Scale).Execute();
Expand Down

0 comments on commit d4142e9

Please sign in to comment.