Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzoo committed Jan 8, 2023
1 parent d93eef3 commit 77cc18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/Metronome/MetronomeOutput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ZooTools_MetronomeOutput extends Entity {
this.addComponent(new OnPointerDown(()=>{
this.callback(`RANDOM`, true);
this.highlightClick();
this.metronome.onUserTriggeredAction(this.text, "RANDOM");
this.metronome.onUserTriggeredAction(this.name, "RANDOM");
}, {
hoverText: text,
}));
Expand Down

0 comments on commit 77cc18d

Please sign in to comment.