13 lines
302 B
Diff
13 lines
302 B
Diff
--- libgltf/src/RenderScene.h
|
|
+++ libgltf/src/RenderScene.h
|
|
@@ -16,7 +16,8 @@
|
|
#define TRACE_TIME
|
|
#endif
|
|
|
|
-#define OPENMPENABLE 1
|
|
+// Needs a configure / etc. detection to see if omp.h is on the system ...
|
|
+#define OPENMPENABLE 0
|
|
#if OPENMPENABLE
|
|
#include <omp.h>
|
|
#define WAVESIZE 4
|