Browse Source

Reenable NANOVG_FBO_VALID

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
2019178cba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/gui.cpp

+ 1
- 1
src/gui.cpp View File

@@ -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"


Loading…
Cancel
Save