fixed missing bit i on dependencies
This commit is contained in:
parent
6f502f2e18
commit
aa9a082ba5
@ -373,7 +373,7 @@
|
||||
// Draw rectangle around structure
|
||||
shapes += draw-rect(border-col, bits-x, bits-y, bits-width, bit-h, thickness: 2)
|
||||
|
||||
let indices = range(struct.bits)
|
||||
let indices = range(struct.start, struct.start + struct.bits)
|
||||
if not config.all-bit-i {
|
||||
indices = ()
|
||||
for r in struct.ranges.values() {
|
||||
|
Loading…
Reference in New Issue
Block a user