libgltf: Update openmp-related patch to newer libgltf.
Change-Id: I6f7e8d974030169bb00fbd81a0e2190640702729
This commit is contained in:
parent
3381dfec2c
commit
318ffa8824
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
--- libgltf/src/RenderScene.h
|
||||
+++ libgltf/src/RenderScene.h
|
||||
@@ -16,7 +16,8 @@
|
||||
#include "FPSCounter.h"
|
||||
#include "Timer.h"
|
||||
#define TRACE_TIME
|
||||
#endif
|
||||
|
||||
-#define OPENMPENABLE 1
|
||||
+// Needs a configure / etc. detection to see if omp.h is on the system ...
|
||||
|
|
Loading…
Reference in a new issue