mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
XEEN: Remove redundant comment from drawList method
This commit is contained in:
parent
458bf83097
commit
6126d45b0b
@ -196,7 +196,6 @@ void Window::drawList(DrawStruct *items, int count) {
|
||||
pt.x += _innerBounds.left;
|
||||
pt.y += _innerBounds.top;
|
||||
|
||||
// TODO: There are two sprite calls in this method. Figure out why
|
||||
items->_sprites->draw(*this, items->_frame, pt, items->_flags, items->_scale);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user