Skip to content

Commit f4a6840

Browse files
committed
lint fix
1 parent ddd1cec commit f4a6840

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cameras/2d/Camera.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,8 @@ var Camera = new Class({
884884
this.scrollX = fx - originX;
885885
this.scrollY = fy - originY;
886886

887-
if (this.useBounds) {
887+
if (this.useBounds)
888+
{
888889
this.scrollX = this.clampX(this.scrollX);
889890
this.scrollY = this.clampY(this.scrollY);
890891
}

0 commit comments

Comments
 (0)