Skip to content

Commit 72df6ab

Browse files
author
Michael Fiess
authored
reverting PR 1293 to fix text regression (#1332)
1 parent b195a69 commit 72df6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pxScene2d/src/pxTextBox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ void pxTextBox::renderOneLine(const char * tempStr, float tempX, float tempY, fl
756756
if( lineNumber == 0)
757757
{
758758
//rtLogDebug("LineNumber is 0\n");
759-
xPos = mXStartPos;
759+
xPos = tempX;
760760
noClipX = mXStartPos;
761761
}
762762
else

0 commit comments

Comments
 (0)