Cleanup: Typo in comment

This commit is contained in:
Sergey Sharybin
2018-09-04 12:30:06 +02:00
parent f87533ba6f
commit 3c04ef63f8

View File

@@ -702,7 +702,7 @@ OpenSubdiv_EvaluatorInternal* openSubdiv_createEvaluatorInternal(
return NULL;
}
// TODO(sergey): Base this on actual topology.
// const bool bas_varying_data = false;
// const bool has_varying_data = false;
const int num_face_varying_channels = refiner->GetNumFVarChannels();
const bool has_face_varying_data = (num_face_varying_channels != 0);
const int level = topology_refiner->getSubdivisionLevel(topology_refiner);