From a4405ed6a0546e4bee4de17dfbb291bbded4cd8c Mon Sep 17 00:00:00 2001 From: vlj Date: Sat, 24 May 2014 02:56:28 +0200 Subject: [PATCH] Fix orientation --- src/graphics/glwrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/glwrap.cpp b/src/graphics/glwrap.cpp index 221c12234..ca3407de3 100644 --- a/src/graphics/glwrap.cpp +++ b/src/graphics/glwrap.cpp @@ -765,7 +765,7 @@ void draw2DImageFromRTT(GLuint texture, size_t texture_w, size_t texture_h, tex_width, tex_height, tex_center_pos_x, tex_center_pos_y; - getSize(texture_w, texture_h, false, + getSize(texture_w, texture_h, true, destRect, sourceRect, width, height, center_pos_x, center_pos_y, tex_width, tex_height, tex_center_pos_x, tex_center_pos_y); drawTexQuad(texture, width, height, center_pos_x, center_pos_y,