mirror of
https://github.com/wassname/phaser.git
synced 2026-09-11 12:31:29 +08:00
Fixed World.scale and Group.scale.
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user