Cleanup: spelling

This commit is contained in:
Campbell Barton
2019-04-10 08:40:49 +02:00
parent 0c3500e068
commit b9eac0bb44
22 changed files with 44 additions and 45 deletions

View File

@@ -2125,7 +2125,7 @@ void MeshManager::device_update(Device *device, DeviceScene *dscene, Scene *scen
mesh->add_undisplaced();
}
/* Test if we need tesselation. */
/* Test if we need tessellation. */
if(mesh->subdivision_type != Mesh::SUBDIVISION_NONE &&
mesh->num_subd_verts == 0 &&
mesh->subd_params)