mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-13 06:29:01 +08:00
Merge pull request #240 from google/spec_fix_readbits
Spec: Fix ReadBits call
This commit is contained in:
commit
a0224094ba
@ -320,7 +320,7 @@ void NewActiveCornerReached(new_corner, symbol_id) {
|
||||
|
||||
~~~~~
|
||||
void ParseEdgebreakerStandardSymbol() {
|
||||
symbol = bit_symbol_buffer.ReadBits32(1);
|
||||
symbol = bit_symbol_buffer.ReadBits(1);
|
||||
if (symbol != TOPOLOGY_C) {
|
||||
// Else decode two additional bits.
|
||||
symbol_suffix = bit_symbol_buffer.ReadBits(2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user