This commit is contained in:
Dragon Fire
2024-04-04 23:27:48 -04:00
parent 97fefe42ed
commit a75e4248d2
+1 -1
View File
@@ -73,7 +73,7 @@ module.exports = class MorseCommand extends Command {
} else if (c === '-') {
for (let i = 0; i < dashSamples; i++) {
const libIndex = this.library[44 + dotSamples + i];
data[(currentIndex * dashSamples) + i] = libIndex;
data[(currentIndex * dotSamples) + i] = libIndex;
}
currentIndex += 3;
} else if (c === ' ' && processedScript[cIndex + 1] === ' ') {