error fix.
This commit is contained in:
parent
6a026970d0
commit
cdf4d662c3
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ function preload() {
|
|||
loadJSON("/score.json", function(json) {
|
||||
score = json;
|
||||
});
|
||||
silence = loadSound("_silence.wav");
|
||||
silence = loadSound("./audio/_silence.wav");
|
||||
}
|
||||
|
||||
function setup() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue