mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-09-13 06:13:14 +08:00
Merge pull request #258 from google/spec_fix_decode_conn
Spec: Initialize curr_att_dec and curr_att
This commit is contained in:
commit
b2ade010c7
@ -37,6 +37,8 @@ void ParseTopologySplitEvents() {
|
|||||||
|
|
||||||
~~~~~
|
~~~~~
|
||||||
void DecodeEdgebreakerConnectivityData() {
|
void DecodeEdgebreakerConnectivityData() {
|
||||||
|
curr_att_dec = 0;
|
||||||
|
curr_att = 0;
|
||||||
ParseEdgebreakerConnectivityData();
|
ParseEdgebreakerConnectivityData();
|
||||||
DecodeTopologySplitEvents();
|
DecodeTopologySplitEvents();
|
||||||
EdgebreakerTraversalStart();
|
EdgebreakerTraversalStart();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user