diff --git a/src/librt/primitives/table.cpp b/src/librt/primitives/table.cpp index 9a0a8ae67ab..7b727805777 100644 --- a/src/librt/primitives/table.cpp +++ b/src/librt/primitives/table.cpp @@ -1681,7 +1681,7 @@ const struct rt_functab OBJ[] = { NULL, /* plot */ NULL, /* adaptive_plot */ NULL, /* vshot */ - NULL, /* tess */ + NULL, /* tess - TODO - is there any reason we can't do the treewalk evaluation as a rt_comb_tess? */ NULL, /* tnurb */ NULL, /* brep */ RTFUNCTAB_FUNC_IMPORT5_CAST(rt_comb_import5),