This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
satiate
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Remove spurious console message
tags/v0.1.2
Fen Dweller
6 years ago
parent
03d7d17d1b
commit
1dac22d218
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
audio.js
+ 0
- 1
audio.js
View File
@@ -65,7 +65,6 @@ function playLoop(name, volume=1) {
// if already playing, just keep going
if (looping[name] && !looping[name].done) {
console.warn(name + " is already looping");
return;
}
Write
Preview
Loading…
Cancel
Save