mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 02:11:47 +08:00
Fixed uninitialized "Connected" flag of the Mouse3DController
after refactoring.
This commit is contained in:
parent
b3b800de65
commit
3baea9b458
@ -139,7 +139,7 @@ class Mouse3DController
|
||||
std::map<std::string, Params> m_params_by_device;
|
||||
|
||||
mutable State m_state;
|
||||
std::atomic<bool> m_connected;
|
||||
std::atomic<bool> m_connected { false };
|
||||
std::string m_device_str;
|
||||
|
||||
#if ! __APPLE__
|
||||
|
Loading…
x
Reference in New Issue
Block a user