mirror of
https://github.com/ioquake/ioq3.git
synced 2025-04-20 15:30:48 +00:00
Fix line not removed in previous commit.
This commit is contained in:
parent
69ec389335
commit
b8be5a8bd7
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ float RayIntersectDisplaceMap(vec2 dp, vec2 ds, sampler2D normalMap)
|
|||
}
|
||||
#endif
|
||||
|
||||
return bestDepth;
|
||||
return bestDepth - r_parallaxMapOffset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue