Explorar el Código

use correct nanovg define

Former-commit-id: 9bf719303ad373d9d8016c9fc24d19202887e07a
Alec Jacobson hace 8 años
padre
commit
a616b390f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/igl/viewer/TextRenderer.cpp

+ 1 - 1
include/igl/viewer/TextRenderer.cpp

@@ -15,7 +15,7 @@
 
 #include <Eigen/Dense>
 
-#define NANOVG_GL3
+#define NANOVG_GL3_IMPLEMENTATION
 #include <nanovg_gl.h>