fix small

This commit is contained in:
Persephone Bubblegum-Holidy 2025-05-25 22:34:43 -07:00
parent 9544a47ee4
commit 5fb1280e3e

View file

@ -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)