Fixing axios log flag detection
Adding dispose methods to AxiosFile objects Adding extended log to AxiosLog Fixing issue in CommandConsole where the first line would not be displayed Adding commands to commandconsole
This commit is contained in:
@@ -894,7 +894,7 @@ namespace XNACC.Console
|
||||
{
|
||||
m_linesBelow = true;
|
||||
}
|
||||
for( int i = endLine; i > 0; i-- )
|
||||
for( int i = endLine; i >= 0; i-- )
|
||||
{
|
||||
if( linePos.Y <= m_consoleRect.Top )
|
||||
{
|
||||
|
Reference in New Issue
Block a user