mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
- Hotfix: overlay was a pointer
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user