mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Added a TODO to print audio implementation in debug header
This commit is contained in:
parent
4be5209d8a
commit
a1bd4e4244
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ var DebugHeader = function (game)
|
|||
|
||||
if (!config.hidePhaser)
|
||||
{
|
||||
// TODO add audio
|
||||
c = c.concat('Phaser v' + CONST.VERSION + ' (' + renderType + ')');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue