mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Typo fixed.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user