mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 11:11:28 +00:00
Fixed the deletion of cursorBitmap
svn-id: r45630
This commit is contained in:
parent
a5058b2022
commit
74dba071b8
@ -165,7 +165,7 @@ void SciGuiCursor::setView(GuiResourceId viewNum, int loopNum, int celNum, Commo
|
||||
CursorMan.replaceCursor(cursorBitmap, width, height, cursorHotspot->x, cursorHotspot->y, clearKey);
|
||||
|
||||
if (_upscaledHires)
|
||||
delete cursorBitmap;
|
||||
delete[] cursorBitmap;
|
||||
|
||||
show();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user