Code cleanup: avoid some warnings due to implicit uint/int/float/double conversion.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
CCL_NAMESPACE_BEGIN
|
||||
|
||||
typedef struct PathState {
|
||||
uint flag;
|
||||
int flag;
|
||||
int bounce;
|
||||
|
||||
int diffuse_bounce;
|
||||
|
Reference in New Issue
Block a user