Skip to content

Commit

Permalink
Fix minor comment typo (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored and torch2424 committed Dec 25, 2018
1 parent b970bec commit 806cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sound/sound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class Sound {
}

// Frame sequencer controls what should be updated and and ticked
// Everyt time the sound is updated :) It is updated everytime the
// Every time the sound is updated :) It is updated everytime the
// Cycle counter reaches the max cycle
static frameSequencer: i32 = 0x00;

Expand Down

0 comments on commit 806cd82

Please sign in to comment.