mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
DIRECTOR: Remove noisy warning
This commit is contained in:
parent
34e835a20c
commit
35933f3f30
@ -627,7 +627,6 @@ void Frame::renderSprites(Graphics::ManagedSurface &surface, bool renderTrail) {
|
||||
int y = _sprites[i]->_startPoint.y - regY + rectTop;
|
||||
int height = _sprites[i]->_height;
|
||||
int width = _vm->getVersion() > 4 ? _sprites[i]->_bitmapCast->_initialRect.width() : _sprites[i]->_width;
|
||||
warning("drawRect: x=%d, y=%d, w=%d h=%d", x, y, width, height);
|
||||
Common::Rect drawRect(x, y, x + width, y + height);
|
||||
addDrawRect(i, drawRect);
|
||||
inkBasedBlit(surface, *(_sprites[i]->_bitmapCast->_surface), i, drawRect);
|
||||
|
Loading…
Reference in New Issue
Block a user