mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
- Hotfix: overlay was a pointer
This commit is contained in:
parent
6205d07223
commit
c424677736
@ -243,7 +243,7 @@ class CVideoPlayer : public IMainVideoPlayer
|
||||
|
||||
// Destination. Either overlay or dest.
|
||||
#ifdef VCMI_SDL1
|
||||
SDL_Overlay overlay;
|
||||
SDL_Overlay * overlay;
|
||||
#else
|
||||
SDL_Texture *texture;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user