parent
2ea85c6d4e
commit
6b7e12faed
2 changed files with 2 additions and 0 deletions
|
@ -265,6 +265,7 @@ void OSystem_SDL::update_screen() {
|
|||
dst.x--;
|
||||
dst.y--;
|
||||
}
|
||||
dst.y += _currentShakePos;
|
||||
if (SDL_BlitSurface(target, r, _hwscreen, &dst) != 0)
|
||||
error("SDL_BlitSurface failed: %s", SDL_GetError());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue