mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-28 14:09:01 -05:00
appease jshint
This commit is contained in:
parent
c1964e2de8
commit
18a26275d0
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ var RenderPixi = {};
|
||||||
|
|
||||||
// transform the view
|
// transform the view
|
||||||
container.scale.set(1 / boundsScaleX, 1 / boundsScaleY);
|
container.scale.set(1 / boundsScaleX, 1 / boundsScaleY);
|
||||||
container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY))
|
container.position.set(-render.bounds.min.x * (1 / boundsScaleX), -render.bounds.min.y * (1 / boundsScaleY));
|
||||||
} else {
|
} else {
|
||||||
constraints = allConstraints;
|
constraints = allConstraints;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue