Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fix missing initialization for unquantizeAndDenormalizeUnsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepsteak committed Jul 17, 2022
1 parent b59bfba commit 4fee8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SignallingWebServer/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,7 @@ function requestQualityControl() {
let playerElementClientRect = undefined;
let normalizeAndQuantizeUnsigned = undefined;
let normalizeAndQuantizeSigned = undefined;
let unquantizeAndDenormalizeUnsigned = undefined;

function setupNormalizeAndQuantize() {
let playerElement = document.getElementById('player');
Expand Down

0 comments on commit 4fee8a4

Please sign in to comment.