diff options
-rw-r--r-- | tracker-wii/wii_camera.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tracker-wii/wii_camera.cpp b/tracker-wii/wii_camera.cpp index 1e05a11c..bec47651 100644 --- a/tracker-wii/wii_camera.cpp +++ b/tracker-wii/wii_camera.cpp @@ -33,8 +33,7 @@ WIICamera::WIICamera(const QString& module_name) : s { module_name } WIICamera::~WIICamera() { - // XXX why is this commented out? -sh 20190414 - //stop(); + stop(); } QString WIICamera::get_desired_name() const |