diff --git a/src/gui.cpp b/src/gui.cpp index fdb58ad3..31b961d5 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -14,7 +14,7 @@ #define NANOVG_GL_IMPLEMENTATION 1 #include "../ext/nanovg/src/nanovg_gl.h" // Hack to get framebuffer objects working on OpenGL 2 (we blindly assume the extension is supported) -// #define NANOVG_FBO_VALID 1 +#define NANOVG_FBO_VALID 1 #include "../ext/nanovg/src/nanovg_gl_utils.h" #define BLENDISH_IMPLEMENTATION #include "../ext/oui-blendish/blendish.h"