Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
rswinkle committed May 15, 2023
1 parent 00bc38b commit b8064c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/sdl_opengl3/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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
Expand Down

0 comments on commit b8064c7

Please sign in to comment.