mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 20:43:15 +00:00
- Whoops. That doesn't work right if it needs to actually draw more than one column segment from each voxel strip.
SVN r3712 (trunk)
This commit is contained in:
parent
1fc138400b
commit
687b371dbd
1 changed files with 1 additions and 1 deletions
|
@ -2526,7 +2526,7 @@ void R_DrawVoxel(fixed_t dasprx, fixed_t daspry, fixed_t dasprz, angle_t daspran
|
|||
}
|
||||
}
|
||||
}
|
||||
xxl += xxr;
|
||||
xxl = xxr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue