Browse Source

Lined up the input line with the output buffer

NadnerbD 13 years ago
parent
commit
84849b2238
  1. 2
      Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp

2
Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp

@ -1142,7 +1142,7 @@ void pfConsole::Draw( plPipeline *p )
strcpy( tmp, "]" );
drawText.DrawString( 10, y, tmp, 255, 255, 255, 255 );
i = 10 + drawText.CalcStringWidth( tmp ) + 4;
i = 19 + drawText.CalcStringWidth( tmp );
drawText.DrawString( i, y, fWorkingLine, fConsoleTextColor );
if( fCursorTicks >= 0 )

Loading…
Cancel
Save