XEEN: Remove redundant comment from drawList method

This commit is contained in:
Paul Gilbert 2015-02-22 10:57:15 -05:00
parent 458bf83097
commit 6126d45b0b

View File

@ -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);
}
}