mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
HOPKINS: Fix cursor not scaling in OpenGL
This commit is contained in:
parent
865a8ed56c
commit
c1197c2aad
@ -522,7 +522,7 @@ void EventsManager::updateCursor() {
|
||||
// Set the ScummVM cursor from the surface
|
||||
CursorMan.replaceCursorPalette(cursorPalette, 0, PALETTE_SIZE - 1);
|
||||
CursorMan.replaceCursor(cursorSurface, _vm->_objectsMan->getObjectWidth(), _vm->_objectsMan->getObjectHeight(),
|
||||
xOffset, 0, 0, true);
|
||||
xOffset, 0, 0, false);
|
||||
|
||||
// Delete the cursor surface and palette
|
||||
delete[] cursorPalette;
|
||||
|
Loading…
Reference in New Issue
Block a user