Compare commits

..

No commits in common. "2829143bbe52d9d37126192c9e946cd3189a2871" and "8b1f6678196010f889711ef60718e39bb5b90e33" have entirely different histories.

View File

@ -364,7 +364,6 @@ static GList *append_cell(GList *curr_list, struct gds_cell **cell_ptr)
cell->checks.affected_by_reference_loop = GDS_CELL_CHECK_NOT_RUN;
cell->stats.reference_count = 0;
cell->stats.total_vertex_count = 0;
cell->stats.total_gfx_count = 0;
cell->stats.gfx_count = 0;
cell->stats.vertex_count = 0;
} else