Remove left-over form debug time

This commit is contained in:
2014-02-17 21:13:25 +06:00
parent 641d653a37
commit 8a32f2c6d6

View File

@@ -521,10 +521,6 @@ static void exporter_SetPoly(ExportMeshData *export_data,
mpoly->loopstart = start_loop;
mpoly->totloop = num_loops;
if (which_orig_mesh == CARVE_MESH_RIGHT) {
which_orig_mesh = CARVE_MESH_RIGHT;
}
/* Interpolate data for poly loops. */
{
MVert *source_mverts = which_mvert(export_data, which_orig_mesh);