mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
WINTERMUTE: Remove duplicate code
This commit is contained in:
parent
e88ce8d963
commit
e432d0a83f
@ -421,8 +421,6 @@ bool BaseSurfaceOSystem::drawSprite(int x, int y, Rect32 *rect, Rect32 *newRect,
|
||||
if (newRect) {
|
||||
position.top = y;
|
||||
position.left = x;
|
||||
position.right = x + newRect->width();
|
||||
position.bottom = y + newRect->height();
|
||||
position.setWidth(newRect->width());
|
||||
position.setHeight(newRect->height());
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user