mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
adbd5c3c69
* Old code was adjusting the actor's Z to right off the ceiling with no factoring in of the old interpolation position. * Due to this, we were hitting the `nCamerapos.Z = min(max(nCamerapos.Z, pSector->ceilingz + 1), pSector->floorz - 1);` bounding in the draw code. * Since game puts you right at the ceiling, we apply this to the old interpolation position, as well as the current position, however we then add their velocity back onto the current position to make the warp seamless. |
||
---|---|---|
.. | ||
build | ||
common | ||
core | ||
games | ||
platform | ||
thirdparty | ||
CMakeLists.txt | ||
g_pch.h |