From aac83fca934ba7d7e183b10e10ac03c95ca9b165 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 5 Dec 2017 23:14:58 -0500 Subject: [PATCH] Reenable NANOVG_FBO_VALID --- src/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"