Skip to content

Commit 08eb2d0

Browse files
committed
Removed scrollFactor fix, not needed.
1 parent 28964e5 commit 08eb2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/physics/impact/World.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var World = new Class({
6161
{
6262
var graphic = this.scene.sys.add.graphics({ x: 0, y: 0 });
6363

64-
graphic.setScrollFactor(0).setZ(Number.MAX_SAFE_INTEGER);
64+
graphic.setZ(Number.MAX_SAFE_INTEGER);
6565

6666
this.debugGraphic = graphic;
6767

0 commit comments

Comments
 (0)