Skip to content

Commit 90417ad

Browse files
committed
fix: change outdated comment
1 parent 58175ea commit 90417ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Code/WASM/navdata_updater/src/dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl<'a> Dispatcher<'a> {
2626
self.handle_update();
2727
}
2828
MSFSEvent::PreKill => {
29-
// Drop commbus so that we in turn unregister the events. TODO wait for the unregister functions to be ported into the msfs-rs library
29+
// TODO: replace this!
3030
CommBus::unregister_all();
3131
}
3232

0 commit comments

Comments
 (0)