Skip to content

Commit

Permalink
Fixed bug where deleted view was not deleted from sfm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMariday authored Dec 27, 2024
1 parent b44cfc1 commit 1771e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marimapper/sfm_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def run(self):
self.leds_2d = [
led for led in self.leds_2d if led.view_id != view_id
]
update_required = True

if update_required:
update_required = False
Expand Down

0 comments on commit 1771e74

Please sign in to comment.