mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed typo in interpolation code.
SVN r1037 (trunk)
This commit is contained in:
parent
8ca7c05e9d
commit
2af3663744
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ void DSectorScrollInterpolation::UpdateInterpolation()
|
|||
void DSectorScrollInterpolation::Restore()
|
||||
{
|
||||
sector->SetXOffset(ceiling, bakx);
|
||||
sector->SetYOffset(ceiling, bakx);
|
||||
sector->SetYOffset(ceiling, baky);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue