Skip to content

Commit

Permalink
Correcting dynamic shadow blend function
Browse files Browse the repository at this point in the history
  • Loading branch information
rinold committed Feb 4, 2015
1 parent 39b2765 commit cd9c4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/box2dLight/RayHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public void render() {
}

if (pseudo3d) {
shadowBlendFunc.apply();
diffuseBlendFunc.apply();
for (Light light : lightList) {
light.dynamicShadowRender();
}
Expand Down

0 comments on commit cd9c4e2

Please sign in to comment.