Index: head/graphics/structuresynth/files/patch-SyntopiaCore_GLEngine_Raytracer_VoxelStepper.cpp =================================================================== --- head/graphics/structuresynth/files/patch-SyntopiaCore_GLEngine_Raytracer_VoxelStepper.cpp (nonexistent) +++ head/graphics/structuresynth/files/patch-SyntopiaCore_GLEngine_Raytracer_VoxelStepper.cpp (revision 473567) @@ -0,0 +1,11 @@ +--- SyntopiaCore/GLEngine/Raytracer/VoxelStepper.cpp.orig 2010-09-08 17:25:30 UTC ++++ SyntopiaCore/GLEngine/Raytracer/VoxelStepper.cpp +@@ -122,7 +122,7 @@ namespace SyntopiaCore { + currentT = p; + + // We do not intersect grid. +- if (!found) return false; ++ if (!found) return NULL; + } + + stepX = (dir.x() > 0) ? 1 : -1; Property changes on: head/graphics/structuresynth/files/patch-SyntopiaCore_GLEngine_Raytracer_VoxelStepper.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property