Skip to content

Commit

Permalink
Fixed|Client: Build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 30, 2013
1 parent 5d27ddf commit 7cc005e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doomsday/client/src/ui/widgets/gltextcomposer.cpp
Expand Up @@ -179,13 +179,10 @@ void GLTextComposer::makeVertices(Vertices &triStrip,
Alignment const &lineAlign,
Vector4f const &color)
{
// Top left corner.
Vector2f p = rect.topLeft;

Vector2i const contentSize(d->wraps->width(), d->wraps->totalHeightInPixels());

// Apply alignment within the provided rectangle.
p = applyAlignment(alignInRect, p, contentSize, rect);
Vector2f p = applyAlignment(alignInRect, contentSize, rect);

DENG2_ASSERT(d->wraps->height() == d->lines.size());

Expand Down

0 comments on commit 7cc005e

Please sign in to comment.