mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Lined up the input line with the output buffer
This commit is contained in:
@ -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 )
|
||||
|
Reference in New Issue
Block a user