Skip to content

Commit c07f0f4

Browse files
author
piersh
committed
fix reference assets path
1 parent c3065de commit c07f0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gain.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ define(function (require) {
1919
*
2020
* function preload(){
2121
* soundFormats('ogg', 'mp3');
22-
* sound1 = loadSound('../_files/Damscray_-_Dancing_Tiger_01');
23-
* sound2 = loadSound('../_files/beat.mp3');
22+
* sound1 = loadSound('assets/Damscray_-_Dancing_Tiger_01');
23+
* sound2 = loadSound('assets/beat.mp3');
2424
* }
2525
*
2626
* function setup() {

0 commit comments

Comments
 (0)