From e46e35bf31ec3179bfe2a62d3bbb44c9ed4307ad Mon Sep 17 00:00:00 2001 From: James Simpson Date: Fri, 21 Dec 2018 08:09:17 -0600 Subject: [PATCH] Check src array when unloading Fixes #1103 --- src/howler.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/howler.core.js b/src/howler.core.js index afc46380..434ad13d 100644 --- a/src/howler.core.js +++ b/src/howler.core.js @@ -1728,7 +1728,7 @@ // Delete this sound from the cache (if no other Howl is using it). var remCache = true; for (i=0; i= 0) { remCache = false; break; }