Skip to content

Commit

Permalink
Fix line not removed in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileTheory committed Jul 6, 2021
1 parent 69ec389 commit b8be5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/renderergl2/glsl/lightall_fp.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ float RayIntersectDisplaceMap(vec2 dp, vec2 ds, sampler2D normalMap)
}
#endif

return bestDepth;
return bestDepth - r_parallaxMapOffset;
}

Expand Down

0 comments on commit b8be5a8

Please sign in to comment.