--- deliantra/Deliantra-Client/pango-render.c 2006/07/05 00:16:44 1.4 +++ deliantra/Deliantra-Client/pango-render.c 2006/07/05 01:53:24 1.5 @@ -256,9 +256,9 @@ glBegin (GL_QUADS); glVertex2d (x11, y1); - glVertex2d (x12, y1); + glVertex2d (x21, y1); glVertex2d (x22, y2); - glVertex2d (x21, y2); + glVertex2d (x12, y2); glEnd (); glEnable (GL_TEXTURE_2D);