mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2024-11-20 20:19:57 +01:00
Fix regression
This commit is contained in:
parent
71f199d5ec
commit
ccdb07aadf
1 changed files with 1 additions and 1 deletions
|
@ -1262,7 +1262,7 @@ void _columnFunctionSimple(RCL_HitResult *hits, uint16_t hitCount, uint16_t x,
|
|||
|
||||
p.isWall = 1;
|
||||
p.isFloor = 1;
|
||||
p.depth = RCL_dist;
|
||||
p.depth = dist;
|
||||
|
||||
#if RCL_ROLL_TEXTURE_COORDS == 1 && RCL_COMPUTE_WALL_TEXCOORDS == 1
|
||||
p.hit.textureCoord -= p.hit.doorRoll;
|
||||
|
|
Loading…
Reference in a new issue