Skip to content

Commit

Permalink
fix Example.collisionFiltering rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jul 6, 2017
1 parent 56b0bb4 commit 74a7cfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/collisionFiltering.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Example.collisionFiltering = function() {
mask: defaultCategory | greenCategory
},
render: {
strokeStyle: Common.shadeColor(greenColor, -20),
fillStyle: greenColor
}
})
Expand All @@ -100,7 +99,6 @@ Example.collisionFiltering = function() {
mask: defaultCategory | redCategory
},
render: {
strokeStyle: Common.shadeColor(redColor, -20),
fillStyle: redColor
}
})
Expand All @@ -113,7 +111,6 @@ Example.collisionFiltering = function() {
mask: defaultCategory | blueCategory
},
render: {
strokeStyle: Common.shadeColor(blueColor, -20),
fillStyle: blueColor
}
})
Expand Down

0 comments on commit 74a7cfc

Please sign in to comment.