mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 17:19:08 +08:00
Merge pull request #345 from google/fix_spec_valence_start
Fix spec valence start
This commit is contained in:
commit
d5402e971f
@ -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