Fix line not removed in previous commit.

This commit is contained in:
James Canete 2021-07-06 00:18:06 -07:00
parent 69ec389335
commit b8be5a8bd7

View file

@ -144,7 +144,6 @@ float RayIntersectDisplaceMap(vec2 dp, vec2 ds, sampler2D normalMap)
}
#endif
return bestDepth;
return bestDepth - r_parallaxMapOffset;
}