diff --git a/src/core/main.cpp b/src/core/main.cpp index 686ac2c59..1d2c657d2 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -909,5 +909,11 @@ int main( int argc, char * * argv ) // cleanup memory managers MemoryManager::cleanup(); + // ProjectRenderer::updateConsoleProgress() doesn't return line after render + if( coreOnly ) + { + printf( "\n" ); + } + return ret; }