[lib.audio-manager] debuug is not automatically started, you must use debug() method
This commit is contained in:
parent
2181bbb317
commit
3d557a8193
|
@ -73,7 +73,7 @@ export default class AudioManager{
|
|||
}
|
||||
};
|
||||
|
||||
setInterval(function(){
|
||||
this.debug = () => setInterval(function(){
|
||||
|
||||
console.group('debug');
|
||||
|
||||
|
|
Loading…
Reference in New Issue