Skip to content

Commit 812f7fc

Browse files
committed
fix: bug causing movement updates to fire continuously
1 parent 75bf538 commit 812f7fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Assets/Scripts/TrajectoryPlanner/Probes/Controllers/CartesianProbeController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ private void LateUpdate()
167167
{
168168
if (_dirty)
169169
{
170+
_dirty = false;
170171
SetProbePosition();
171172
}
172173
}

0 commit comments

Comments
 (0)