Fix line not removed in previous commit.
This commit is contained in:
parent
69ec389335
commit
b8be5a8bd7
|
|
@ -144,7 +144,6 @@ float RayIntersectDisplaceMap(vec2 dp, vec2 ds, sampler2D normalMap)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return bestDepth;
|
|
||||||
return bestDepth - r_parallaxMapOffset;
|
return bestDepth - r_parallaxMapOffset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user