mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 02:42:47 -07:00
Fix of compilation on OSX and Linux, update of camera after 3D mouse
disconnect moved to the main thread.
This commit is contained in:
@@ -440,7 +440,9 @@ void RemovableDriveManager::update()
|
||||
void RemovableDriveManager::thread_proc()
|
||||
{
|
||||
// Signal the worker thread to update initially.
|
||||
#ifdef _WIN32
|
||||
m_wakeup = true;
|
||||
#endif // _WIN32
|
||||
|
||||
for (;;) {
|
||||
// Wait for 2 seconds before running the disk enumeration.
|
||||
|
||||
Reference in New Issue
Block a user