mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Bug 1708179 switch from PannerNode.setPosition() parameters close to DBL_MAX to FLT_MAX r=padenot
The large numbers were to test https://hg.mozilla.org/integration/mozilla-inbound/rev/084b01d1b6b3 but were ignored after https://hg.mozilla.org/integration/mozilla-inbound/rev/8799895ca858 Depends on D113941 Differential Revision: https://phabricator.services.mozilla.com/D113942
This commit is contained in:
parent
c727b2bf5c
commit
ccc0c7cae2
@ -8,7 +8,7 @@ context.oncomplete = function(e) {
|
||||
// zero front vector
|
||||
context.listener.setOrientation(0, 0, 0, 6.311749985202524e+307, 0, 0);
|
||||
var panner = context.createPanner();
|
||||
panner.setPosition(6.311749985202524e+307, 4, 6.311749985202524e+307);
|
||||
panner.setPosition(3.40282e+38, 4, 3.40282e+38);
|
||||
panner.connect(context.destination);
|
||||
var source = context.createOscillator();
|
||||
source.connect(panner);
|
||||
|
Loading…
x
Reference in New Issue
Block a user