Skip to content

Commit

Permalink
Merge pull request #137 from JeromeMartinez/MSVC2022
Browse files Browse the repository at this point in the history
BitStream_LE: fix Byte_Align not implemented
  • Loading branch information
JeromeMartinez committed Jun 17, 2022
2 parents ad2c9e5 + 608f300 commit de2787a
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 de2787a

Please sign in to comment.