mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Made JUCE_ENABLE_LIVE_CONSTANT_EDITOR enabled by default in debug builds.
This commit is contained in:
parent
be461fa03c
commit
d85d14843a
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@
|
|||
for that macro for more details.
|
||||
*/
|
||||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
|
||||
#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR 0
|
||||
#if JUCE_DEBUG
|
||||
#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//=============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue