From 61c7cc13b021792d494fb5213cfff0c4d1ad1ad1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 13 Sep 2010 21:13:43 +0000 Subject: SWORD25: Fixed debug output in GLImage::blit() svn-id: r53344 --- engines/sword25/gfx/opengl/glimage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword25') diff --git a/engines/sword25/gfx/opengl/glimage.cpp b/engines/sword25/gfx/opengl/glimage.cpp index 08f66e340d..469c1ab167 100644 --- a/engines/sword25/gfx/opengl/glimage.cpp +++ b/engines/sword25/gfx/opengl/glimage.cpp @@ -183,11 +183,11 @@ bool GLImage::blit(int posX, int posY, int flipping, Common::Rect *pPartRect, ui srcImage.w = pPartRect->right - pPartRect->left; srcImage.h = pPartRect->bottom - pPartRect->top; - debug(6, "Blit(%d, %d, %d, [%d, %d, %d, %d], %d, %d, %d)", posX, posY, flipping, + debug(6, "Blit(%d, %d, %d, [%d, %d, %d, %d], %08x, %d, %d)", posX, posY, flipping, pPartRect->left, pPartRect->top, pPartRect->width(), pPartRect->height(), color, width, height); } else { - debug(6, "Blit(%d, %d, %d, [%d, %d, %d, %d], %d, %d, %d)", posX, posY, flipping, 0, 0, + debug(6, "Blit(%d, %d, %d, [%d, %d, %d, %d], %08x, %d, %d)", posX, posY, flipping, 0, 0, srcImage.w, srcImage.h, color, width, height); } -- cgit v1.2.3