Compare commits
6 Commits
opengl-pre
...
master
Author | SHA1 | Date | |
---|---|---|---|
504dc476b1 | |||
8ff872cf36 | |||
9c4dbd51c8 | |||
2829143bbe | |||
5185097075 | |||
573cd59892 |
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -19,7 +19,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout Repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
@ -364,6 +364,7 @@ static GList *append_cell(GList *curr_list, struct gds_cell **cell_ptr)
|
|||||||
cell->checks.affected_by_reference_loop = GDS_CELL_CHECK_NOT_RUN;
|
cell->checks.affected_by_reference_loop = GDS_CELL_CHECK_NOT_RUN;
|
||||||
cell->stats.reference_count = 0;
|
cell->stats.reference_count = 0;
|
||||||
cell->stats.total_vertex_count = 0;
|
cell->stats.total_vertex_count = 0;
|
||||||
|
cell->stats.total_gfx_count = 0;
|
||||||
cell->stats.gfx_count = 0;
|
cell->stats.gfx_count = 0;
|
||||||
cell->stats.vertex_count = 0;
|
cell->stats.vertex_count = 0;
|
||||||
} else
|
} else
|
||||||
|
Loading…
Reference in New Issue
Block a user