1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

ENABLE_3DCONNEXION_DEVICES - Added missing return lines

This commit is contained in:
Enrico Turri
2019-10-03 12:09:49 +02:00
parent 587effbedf
commit b15757a126
+2
View File
@@ -293,6 +293,7 @@ bool AppConfig::get_mouse_device_translation_speed(const std::string& name, doub
return false;
translation_speed = ::atof(it_val->second.c_str());
return true;
}
bool AppConfig::get_mouse_device_rotation_speed(const std::string& name, float& rotation_speed)
@@ -307,6 +308,7 @@ bool AppConfig::get_mouse_device_rotation_speed(const std::string& name, float&
return false;
rotation_speed = (float)::atof(it_val->second.c_str());
return true;
}
#endif // ENABLE_3DCONNEXION_DEVICES