mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Fixed typo.
This commit is contained in:
parent
8861464ec1
commit
757c9a0bbc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var AddOrthographicCamera = function (width, height)
|
|||
if (width === undefined) { width = config.width; }
|
||||
if (height === undefined) { height = config.height; }
|
||||
|
||||
var camra = new OrthographicCamera(this.scene, width, height);
|
||||
var camera = new OrthographicCamera(this.scene, width, height);
|
||||
|
||||
return camera;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue