src/container.cc
branchpyrit
changeset 84 6f7fe14782c2
parent 82 930a2d3ecaed
child 91 9d66d323c354
--- a/src/container.cc	Thu Apr 24 18:12:32 2008 +0200
+++ b/src/container.cc	Sun Apr 27 09:44:49 2008 +0200
@@ -60,7 +60,7 @@
 	return nearest_shape;
 }
 
-void Container::packet_intersection(const Shape **origin_shapes, const Ray *rays,
+void Container::packet_intersection(const Shape **origin_shapes, const RayPacket &rays,
 	Float *nearest_distances, Shape **nearest_shapes)
 {
 	for (int i = 0; i < 4; i++)