Skip to content

Commit f59759b

Browse files
committed
Fixed a small bug
1 parent 26d0162 commit f59759b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/direct_triangulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def display_triangulation(self, resolved_position):
101101
"pos2":(self.res2.x, self.res2.y),
102102
"dashed":True,
103103
"color":"#6b92a7",
104-
"text": str(round(d1)) + "m",
104+
"text": str(round(d2)) + "m",
105105
"text_size": 10,
106106
"text_color": "#6b92a7"
107107
}

0 commit comments

Comments
 (0)