removed extra line

This commit is contained in:
ZappoMan 2014-05-29 18:34:11 -07:00
parent e59e253727
commit 6a57e662ac

View file

@ -600,7 +600,6 @@ public:
bool found;
};
bool findRayIntersectionOp(OctreeElement* element, void* extraData) {
RayArgs* args = static_cast<RayArgs*>(extraData);