mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
SDL: Add missing init of _prevCursorNeedsRedraw
This commit is contained in:
parent
4823cc07ec
commit
4a0d9c2665
@ -136,7 +136,9 @@ SurfaceSdlGraphicsManager::SurfaceSdlGraphicsManager(SdlEventSource *sdlEventSou
|
||||
#endif
|
||||
_transactionMode(kTransactionNone),
|
||||
_scalerPlugins(ScalerMan.getPlugins()), _scalerPlugin(nullptr), _scaler(nullptr),
|
||||
_needRestoreAfterOverlay(false), _isInOverlayPalette(false), _isDoubleBuf(false), _prevForceRedraw(false), _numPrevDirtyRects(0) {
|
||||
_needRestoreAfterOverlay(false), _isInOverlayPalette(false), _isDoubleBuf(false), _prevForceRedraw(false), _numPrevDirtyRects(0),
|
||||
_prevCursorNeedsRedraw(false)
|
||||
{
|
||||
|
||||
// allocate palette storage
|
||||
_currentPalette = (SDL_Color *)calloc(sizeof(SDL_Color), 256);
|
||||
|
Loading…
x
Reference in New Issue
Block a user