mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Removed redundant condition
This commit is contained in:
parent
2167654009
commit
5efa219adc
1 changed files with 0 additions and 5 deletions
|
@ -172,11 +172,6 @@ var HTML5AudioSoundManager = new Class({
|
|||
|
||||
var unlock = function ()
|
||||
{
|
||||
if (!_this.game.cache.audio.entries.size)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (moved)
|
||||
{
|
||||
moved = false;
|
||||
|
|
Loading…
Reference in a new issue