Skip to content

Commit 8573e60

Browse files
committed
No config, no update
1 parent 8a9cfdf commit 8573e60

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/cameras/2d/BaseCamera.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,6 +1398,11 @@ var BaseCamera = new Class({
13981398
*/
13991399
updateSystem: function ()
14001400
{
1401+
if (!this.config)
1402+
{
1403+
return;
1404+
}
1405+
14011406
var custom = false;
14021407

14031408
if (this._x !== 0 || this._y !== 0)

0 commit comments

Comments
 (0)