Skip to content

Commit

Permalink
Fixed bracket position
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaAmora committed Nov 27, 2021
1 parent ec698b1 commit 8da5e50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ private void UpdateLockScale()
_lockScale = _lockPos.ToScale();
}

private void FixedUpdate() {
private void FixedUpdate()
{
if(_target != null)
{
MoveToOffsetPosition();
Expand Down

0 comments on commit 8da5e50

Please sign in to comment.