Skip to content

Commit fb96aec

Browse files
Removed game reference
1 parent 4bb8557 commit fb96aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/boot/DebugHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var DebugHeader = function (game)
2020

2121
var renderType = (config.renderType === CONST.CANVAS) ? 'Canvas' : 'WebGL';
2222

23-
var audioConfig = game.config.audio;
23+
var audioConfig = config.audio;
2424
var deviceAudio = game.device.Audio;
2525

2626
var audioType;

0 commit comments

Comments
 (0)