Skip to content

Commit d0c0ad1

Browse files
committed
Fix case
1 parent a850e52 commit d0c0ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayumi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Ayumi = function() {
5757
this.envelopeSegment = 0;
5858
this.envelope = 0;
5959

60-
this.dacTable = YM_dac_table;
60+
this.dacTable = YM_DAC_TABLE;
6161

6262
this.step = 0.0;
6363
this.x = 0.0;

0 commit comments

Comments
 (0)