mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
imgui: Fix ENABLE_IMGUI, disable on OS X for now
This commit is contained in:
parent
db4ceaa5fa
commit
2585e3103d
3 changed files with 11 additions and 11 deletions
|
@ -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 && ENABLE_1_42_0)
|
||||
#define ENABLE_IMGUI (1 && !__APPLE__ && ENABLE_1_42_0)
|
||||
|
||||
#endif // _technologies_h_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue