Skip to content

Commit b2a05bd

Browse files
author
Léna Voinchet
committed
Fix bug on lidar movement
1 parent 199d272 commit b2a05bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/UI/LidarUI.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ class LidarUI{
175175
default:
176176
break;
177177
}
178+
179+
lidar.updateTransformation();
178180
}
179181

180182
function closeDragElement() {

0 commit comments

Comments
 (0)