Merge changes from The Witness.
This commit is contained in:
@ -16,7 +16,7 @@ using namespace nv;
|
||||
#define ENABLE_PARALLEL_FOR 0
|
||||
#endif
|
||||
|
||||
void worker(void * arg) {
|
||||
static void worker(void * arg) {
|
||||
ParallelFor * owner = (ParallelFor *)arg;
|
||||
|
||||
while(true) {
|
||||
|
Reference in New Issue
Block a user