mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
SCI/newgui: comment change on SciGui::moveCursor()
svn-id: r44902
This commit is contained in:
parent
91eee2e99a
commit
236e801366
@ -535,7 +535,7 @@ void SciGui::setCursorShape(GuiResourceId cursorId) {
|
||||
}
|
||||
|
||||
void SciGui::setCursorPos(Common::Point pos) {
|
||||
// FIXME: try to find out if we need to adjust position somehow, currently just forwarding to moveCursor()
|
||||
// No adjustment of position needed, directly forwarding to SciGui::moveCursor()
|
||||
moveCursor(pos);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user