From 6c2f62d82a12a841f3e90c2cc7a483c8db17e69c Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 14 Aug 2012 05:19:02 +0200 Subject: commented out a bit of debug stuff in LGLWidget --- layoutgl/widget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layoutgl') diff --git a/layoutgl/widget.cpp b/layoutgl/widget.cpp index 0758e88..3ae402b 100644 --- a/layoutgl/widget.cpp +++ b/layoutgl/widget.cpp @@ -83,8 +83,8 @@ void LGLWidget::drawPicture(const LYTPicture *pic) { drawQuad(dX, dY, pic->width, pic->height, pic->texCoords, pic->vtxColours, pic->alpha); - glColor3ub(255, 255, 255); - renderText(dX, (dY-pic->height)+10, 0, pic->name); + //glColor3ub(255, 255, 255); + //renderText(dX, (dY-pic->height)+10, 0, pic->name); } struct TexFlipBit { @@ -153,7 +153,7 @@ void LGLWidget::drawWindow(const LYTWindow *wnd) { // draw the content useMaterial(wnd->contentMaterialName); - qDebug() << "content material:" << wnd->contentMaterialName; + //qDebug() << "content material:" << wnd->contentMaterialName; drawQuad( dX + frameLeft - wnd->contentOverflowLeft, dY - frameTop + wnd->contentOverflowTop, -- cgit v1.2.3