mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 20:09:04 +08:00
Fix spec valence start
Reference: https://github.com/KhronosGroup/glTF/issues/1114#issuecomment-350043164
This commit is contained in:
parent
d7f6222702
commit
eb6c2a2265
@ -22,7 +22,7 @@ void EdgeBreakerTraversalValenceStart() {
|
||||
for (i = 0; i < NUM_UNIQUE_VALENCES; ++i) {
|
||||
ParseValenceContextCounters(i);
|
||||
if (ebv_context_counters[i] > 0) {
|
||||
DecodeSymbols(ebv_context_counters[i], 0, &ebv_context_symbols[i]);
|
||||
DecodeSymbols(ebv_context_counters[i], 1, &ebv_context_symbols[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user