Fix #34226: cycles shadow pass got incorrectly influenced by world multiple

importance sampleing.
This commit is contained in:
Brecht Van Lommel
2013-02-13 16:46:18 +00:00
parent 8a20930c71
commit 909d64079a
5 changed files with 20 additions and 12 deletions

View File

@@ -109,11 +109,11 @@ public:
}
}
#ifdef NDEBUG
/*#ifdef NDEBUG
#define cuda_abort()
#else
#define cuda_abort() abort()
#endif
#endif*/
#define cuda_assert(stmt) \
{ \