mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 21:24:55 -04:00
--Bug fixes
-ETA time was wrong with incremental final renders after waiting for a period of time. --Code changes -Small change to prevent parsing error when using tbb on some systems.
This commit is contained in:
@ -66,9 +66,11 @@
|
||||
#include "libxml2/libxml/parser.h"
|
||||
#endif
|
||||
|
||||
//Intel's Threading Building Blocks is what's used for all threading.
|
||||
#include <tbb/parallel_for.h>
|
||||
#include <tbb/task_scheduler_init.h>
|
||||
#if !defined(Q_MOC_RUN)
|
||||
//Intel's Threading Building Blocks is what's used for all threading.
|
||||
#include <tbb/parallel_for.h>
|
||||
#include <tbb/task_scheduler_init.h>
|
||||
#endif
|
||||
|
||||
#define GLM_FORCE_RADIANS 1
|
||||
#define GLM_ENABLE_EXPERIMENTAL 1
|
||||
|
Reference in New Issue
Block a user