diff options
author | Treeki <treeki@gmail.com> | 2012-08-14 05:19:02 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-14 05:19:02 +0200 |
commit | 6c2f62d82a12a841f3e90c2cc7a483c8db17e69c (patch) | |
tree | 32f26375c355a9e68102b76f085292c76d9903a4 /layoutgl | |
parent | f8ed84b9f9a13d8f227f4bff38d8af551116eb5c (diff) | |
download | LayoutStudio-6c2f62d82a12a841f3e90c2cc7a483c8db17e69c.tar.gz LayoutStudio-6c2f62d82a12a841f3e90c2cc7a483c8db17e69c.zip |
commented out a bit of debug stuff in LGLWidget
Diffstat (limited to 'layoutgl')
-rw-r--r-- | layoutgl/widget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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, |