diff --git a/extras/Demo/JuceLibraryCode/AppConfig.h b/extras/Demo/JuceLibraryCode/AppConfig.h index 5a24b5d811..f1ab3e6a62 100644 --- a/extras/Demo/JuceLibraryCode/AppConfig.h +++ b/extras/Demo/JuceLibraryCode/AppConfig.h @@ -17,7 +17,11 @@ //============================================================================== // [BEGIN_USER_CODE_SECTION] -// (You can add your own code in this section, and the Introjucer will not overwrite it) +#define JUCE_DONT_ASSERT_ON_GLSL_COMPILE_ERROR 1 + +#define JUCE_ENABLE_REPAINT_DEBUGGING 1 +#define JUCE_IS_REPAINT_DEBUGGING_ACTIVE juceDemoRepaintDebuggingActive +extern bool juceDemoRepaintDebuggingActive; // [END_USER_CODE_SECTION]