0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-04-19 08:13:07 +00:00

- fixed typo in interpolation code.

SVN r1037 (trunk)
This commit is contained in:
Christoph Oelckers 2008-06-15 20:15:44 +00:00
parent 8ca7c05e9d
commit 2af3663744

View file

@ -596,7 +596,7 @@ void DSectorScrollInterpolation::UpdateInterpolation()
void DSectorScrollInterpolation::Restore()
{
sector->SetXOffset(ceiling, bakx);
sector->SetYOffset(ceiling, bakx);
sector->SetYOffset(ceiling, baky);
}
//==========================================================================