mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 03:03:57 +08:00
* onroad init * init model renderer * Add default virtual destructors to HudRenderer and AnnotatedCameraWidget This ensures proper cleanup of derived classes if they override these destructors. Adding default destructors promotes better memory safety and adheres to modern C++ best practices. --------- Co-authored-by: Jason Wen <haibin.wen3@gmail.com>