Compare commits
No commits in common. "9c4dbd51c8d9d2b72912c31f79ae919d8ebddaca" and "573cd59892348c8e78d4883506e1581b2b7c12be" have entirely different histories.
9c4dbd51c8
...
573cd59892
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user