Skip to content

Commit

Permalink
x BitStream_LE: fix Byte_Align not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Jun 17, 2022
1 parent 2571835 commit 608f300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/ZenLib/BitStream_LE.h
Expand Up @@ -102,6 +102,8 @@ class BitStream_LE : public BitStream

void Byte_Align()
{
if (endbit)
Get(endbit);
};

size_t Offset_Get()
Expand Down

0 comments on commit 608f300

Please sign in to comment.