Skip to content

Commit 124722e

Browse files
ESLint fix
1 parent a0098a2 commit 124722e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sound/webaudio/WebAudioSound.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ var WebAudioSound = new Class({
443443
* @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.
444444
* @param {number} delta - The delta time elapsed since the last frame.
445445
*/
446-
update: function ()
446+
// eslint-disable-next-line no-unused-vars
447+
update: function (time, delta)
447448
{
448449
if (this.hasEnded)
449450
{

0 commit comments

Comments
 (0)