mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -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, "]" );
|
strcpy( tmp, "]" );
|
||||||
|
|
||||||
drawText.DrawString( 10, y, tmp, 255, 255, 255, 255 );
|
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 );
|
drawText.DrawString( i, y, fWorkingLine, fConsoleTextColor );
|
||||||
|
|
||||||
if( fCursorTicks >= 0 )
|
if( fCursorTicks >= 0 )
|
||||||
|
Reference in New Issue
Block a user