mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +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 ()
|
var unlock = function ()
|
||||||
{
|
{
|
||||||
if (!_this.game.cache.audio.entries.size)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (moved)
|
if (moved)
|
||||||
{
|
{
|
||||||
moved = false;
|
moved = false;
|
||||||
|
|
Loading…
Reference in a new issue