Skip to content

Commit

Permalink
Merge branch 'main' into camera-stream-speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Jan 10, 2025
2 parents a0e73cf + 151fcb9 commit 6760685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/widgets/nt_widgets/multi-topic/field_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,8 @@ class FieldWidget extends NTWidget {
objectTrajectory.add(
_getTrajectoryPointOffset(
model,
x: objectPosition[0],
y: objectPosition[1],
x: objectPosition[i],
y: objectPosition[i + 1],
fieldCenter: fieldCenter,
scaleReduction: scaleReduction,
),
Expand Down

0 comments on commit 6760685

Please sign in to comment.