Add a comment

This commit is contained in:
Eryn Wells 2013-09-07 18:42:36 -07:00
parent c45331d79d
commit 8df7a5a6a1

View file

@ -160,6 +160,7 @@ _scene_trace(Scene *scene, const Ray ray, const int depth)
ptr = ptr->next;
}
// If there was no intersection, return black.
if (intersected_obj == NULL) {
return out_color;
}