fix index and tick
This commit is contained in:
parent
2dd0c09c86
commit
18528c8cf8
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ def default(index, tick):
|
||||||
|
|
||||||
|
|
||||||
def pat(index, tick, previous_values):
|
def pat(index, tick, previous_values):
|
||||||
|
this.values['tick'] = tick
|
||||||
|
this.values['index'] = index
|
||||||
if this.pattern != None:
|
if this.pattern != None:
|
||||||
for i in range(len(this.pattern)):
|
for i in range(len(this.pattern)):
|
||||||
name = this.pattern[i]['instruction']['name']
|
name = this.pattern[i]['instruction']['name']
|
||||||
|
|
Loading…
Reference in a new issue