mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-05 13:04:54 +02:00
Typo fixed.
This commit is contained in:
parent
7cad2364fe
commit
7b5fefb65e
@ -819,7 +819,7 @@ void CVideoPlayer::show( int x, int y, SDL_Surface *dst, bool update )
|
||||
|
||||
pos.x = x;
|
||||
pos.y = y;
|
||||
CSDL_Ext::blitSurface((dest, &destRect, dst, &pos);
|
||||
CSDL_Ext::blitSurface(dest, &destRect, dst, &pos);
|
||||
|
||||
if (update)
|
||||
SDL_UpdateRect(dst, pos.x, pos.y, pos.w, pos.h);
|
||||
|
Loading…
x
Reference in New Issue
Block a user