mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 12:05:53 +00:00
SCI32: Clarify comment about empty code path in cursor code
This commit is contained in:
parent
d495267829
commit
efa6b74cce
@ -291,8 +291,9 @@ void GfxCursor32::readVideo(DrawRegion &target) {
|
||||
copy(target, _vmapRegion);
|
||||
} else {
|
||||
// NOTE: SSCI would read the background for the cursor directly out of
|
||||
// video memory here, but as far as can be determined, this does not
|
||||
// seem to actually be necessary for proper cursor rendering
|
||||
// video memory here, but this is not necessary in ScummVM because mouse
|
||||
// events in ScummVM are polled so can never interrupt the renderer
|
||||
// between frames
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user