Fix copy-paste error

This commit is contained in:
Robert Winkler 2023-05-14 23:19:27 -07:00
parent 00bc38b29f
commit b8064c702e
1 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@
/*#define INCLUDE_STYLE */
/*#define INCLUDE_CALCULATOR */
/*#define INCLUDE_CANVAS */
/*#define INCLUDE_OVERVIEW */
#define INCLUDE_OVERVIEW
#define INCLUDE_CONFIGURATOR
/*#define INCLUDE_NODE_EDITOR */
@ -68,7 +67,7 @@
#ifdef INCLUDE_OVERVIEW
#include "../../demo/common/overview.c"
#endif
#ifdef INCLUDE_OVERVIEW
#ifdef INCLUDE_CONFIGURATOR
#include "../../demo/common/style_configurator.c"
#endif
#ifdef INCLUDE_NODE_EDITOR