mirror of
https://github.com/DPS2004/gba.git
synced 2025-01-22 20:40:32 -03:00
Update XAudioServer.js
This commit is contained in:
parent
07c792dd00
commit
86830a38f9
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ XAudioServer.prototype.initializeWebAudio = function () {
|
||||||
else {
|
else {
|
||||||
var timeDiff = (new Date()).getTime() - XAudioJSWebAudioWatchDogLast;
|
var timeDiff = (new Date()).getTime() - XAudioJSWebAudioWatchDogLast;
|
||||||
if (timeDiff > 500) {
|
if (timeDiff > 500) {
|
||||||
parentObj.initializeWebAudio();
|
parentObj.setupWebAudio();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue