Spec: Initialize curr_att_dec and curr_att

- Addresses a comment in KhronosGroup/glTF#1114
This commit is contained in:
Frank Galligan 2017-10-24 13:42:18 -07:00
parent 4bb3a6d62e
commit 33c110dcb4

View File

@ -37,6 +37,8 @@ void ParseTopologySplitEvents() {
~~~~~
void DecodeEdgebreakerConnectivityData() {
curr_att_dec = 0;
curr_att = 0;
ParseEdgebreakerConnectivityData();
DecodeTopologySplitEvents();
EdgebreakerTraversalStart();