Skip to content
Snippets Groups Projects
Commit 128d0271 authored by Arjo Chakravarty's avatar Arjo Chakravarty
Browse files

fix line space

parent 33e2942a
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,6 @@ class MainWindow(QtWidgets.QMainWindow): ...@@ -124,7 +124,6 @@ class MainWindow(QtWidgets.QMainWindow):
self.hover['x'], self.hover['y'], self.hover['yaw'], self.hover['x'], self.hover['y'], self.hover['yaw'],
self.hover['height']) self.hover['height'])
def updateHover(self, k, v): def updateHover(self, k, v):
if (k != 'height'): if (k != 'height'):
self.hover[k] = v * SPEED_FACTOR self.hover[k] = v * SPEED_FACTOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment