From eb1a795e2c8dc174d02f5d7e64ab4d95fed9adee Mon Sep 17 00:00:00 2001 From: Yunji Park Date: Tue, 25 Jun 2013 17:08:16 +0900 Subject: [PATCH] Fixed prevent Change-Id: I6b2ebeaf765bf5d405bc44979c9fb65bac459fac --- src/graphics/text/FGrp_TextTextComposite.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphics/text/FGrp_TextTextComposite.cpp b/src/graphics/text/FGrp_TextTextComposite.cpp index 80acaa7..4bce4f0 100644 --- a/src/graphics/text/FGrp_TextTextComposite.cpp +++ b/src/graphics/text/FGrp_TextTextComposite.cpp @@ -4775,7 +4775,6 @@ TextComposite::ComposeInWrapInSweepMode(FloatRectangle& rect) __pCurrentTextColumn->AddLineDuringCompose(pTextLine); lineCount++; - pPrevTextLine = __pCurrentTextColumn->GetPrevTextLine(prevLineIndex++); if (lineBounds.y + lineBounds.height <= rect.height) { -- 2.7.4