mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 09:44:28 +08:00
Enable imgui on Mac
This commit is contained in:
parent
f5080ea7f5
commit
e4da00c195
@ -34,7 +34,7 @@
|
||||
// Enables shortcut keys for gizmos
|
||||
#define ENABLE_GIZMOS_SHORTCUT (1 && ENABLE_1_42_0)
|
||||
// Scene's GUI made using imgui library
|
||||
#define ENABLE_IMGUI (1 && !__APPLE__ && ENABLE_1_42_0)
|
||||
#define ENABLE_IMGUI (1 && ENABLE_1_42_0)
|
||||
|
||||
#endif // _technologies_h_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user