1
0
Fork 0
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:
jules 2013-12-03 14:09:17 +00:00
parent be461fa03c
commit d85d14843a

View file

@ -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
//=============================================================================