Fixed World.scale and Group.scale.

This commit is contained in:
photonstorm
2013-12-03 02:13:57 +00:00
parent 3bfea2101a
commit 42c0bed502
11 changed files with 16 additions and 55 deletions
+2 -2
View File
@@ -128,8 +128,8 @@ Phaser.Net.prototype = {
var output = {};
var keyValues = location.search.substring(1).split('&');
for (var i in keyValues) {
for (var i in keyValues)
{
var key = keyValues[i].split('=');
if (key.length > 1)