mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
lint fix
This commit is contained in:
parent
ddd1cec3da
commit
f4a68404fc
1 changed files with 2 additions and 1 deletions
|
@ -884,7 +884,8 @@ var Camera = new Class({
|
|||
this.scrollX = fx - originX;
|
||||
this.scrollY = fy - originY;
|
||||
|
||||
if (this.useBounds) {
|
||||
if (this.useBounds)
|
||||
{
|
||||
this.scrollX = this.clampX(this.scrollX);
|
||||
this.scrollY = this.clampY(this.scrollY);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue