mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Remove render.opacity as it's not valid for constraints
This commit is contained in:
parent
58c8efc2e5
commit
7fdcfd540c
1 changed files with 1 additions and 1 deletions
|
@ -1617,7 +1617,7 @@ var World = new Class({
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
graphics.lineStyle(lineThickness, lineColor, lineOpacity * render.opacity);
|
graphics.lineStyle(lineThickness, lineColor, lineOpacity);
|
||||||
|
|
||||||
var bodyA = constraint.bodyA;
|
var bodyA = constraint.bodyA;
|
||||||
var bodyB = constraint.bodyB;
|
var bodyB = constraint.bodyB;
|
||||||
|
|
Loading…
Reference in a new issue