Commit Graph
2 Commits
Author SHA1 Message Date
Florian Graf 19086b3ea5 Fixed incorrect rendering of blocks (issue #1578)
The unpacking of the block states missed a single bit
when the bits per value was 7. Every 7 bytes it would
miss one bit and store it as 0 instead of the actual
value. This happened because 0xfc was used instead of
0xfe. 0xfc has six bits set to 1 and two to 0. 0xfe
has correctly set seven bits and one bit to 0. We need
those seven bits and not just the six.
2019-12-07 20:50:37 +01:00
Florian GrafandInrcedibleHolg 935bdb847d feat: added 1.14 scaffolding block 2019-10-27 09:10:55 +01:00