mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 02:29:00 +08:00
Spec: Fix ReadBits call
This commit is contained in:
parent
f850fa4530
commit
f5dfee96f7
@ -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