fix small
This commit is contained in:
parent
9544a47ee4
commit
5fb1280e3e
1 changed files with 0 additions and 1 deletions
|
@ -311,7 +311,6 @@ func plot_data(data: String):
|
||||||
for i in range(stages_info[current_stage][1]):
|
for i in range(stages_info[current_stage][1]):
|
||||||
var er = false
|
var er = false
|
||||||
if ((frame_byte & int(pow(2, i))) >> i == 1):
|
if ((frame_byte & int(pow(2, i))) >> i == 1):
|
||||||
print("match at %d on frame %d" % [i, frame_byte])
|
|
||||||
er = true
|
er = true
|
||||||
$SequencerPanel/TimelinePanel/InvisibleMask/RowsHandle.get_child(0).get_child(i).etching = er
|
$SequencerPanel/TimelinePanel/InvisibleMask/RowsHandle.get_child(0).get_child(i).etching = er
|
||||||
step.emit(1)
|
step.emit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue