summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kernel.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel.cu b/src/kernel.cu
index a2d2d71..b7dadfa 100644
--- a/src/kernel.cu
+++ b/src/kernel.cu
@@ -138,7 +138,7 @@ __device__ int intersect_mesh(const float3 &origin, const float3& direction, con
return triangle_index;
}
-__device__ curandState rng_states[1000000];
+__device__ curandState rng_states[100000];
extern "C"
{