Skip to content

Commit 7efc676

Browse files
committed
Update script.js
1 parent a2c48a6 commit 7efc676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ function parseLocalSoundMessage(json) {
13031303
const e = json['e'];
13041304

13051305
targetWarmth = e;
1306-
if(tuningState.timeOutId) addSampleToHistogram(f,v,fl.fh);
1306+
if(tuningState.timeOutId) addSampleToHistogram(f,v,fl,fh);
13071307

13081308
peakEnergy = tuningState.timeOutId ? Math.max(e, peakEnergy) : 0;
13091309
}

0 commit comments

Comments
 (0)