Adjust console output.
This commit is contained in:
parent
9bfa49b7d0
commit
a791bc113e
3 changed files with 5 additions and 5 deletions
|
@ -48,10 +48,10 @@ App::App(int argc, char **argv) :
|
|||
{
|
||||
m_self = this;
|
||||
|
||||
Cpu::init();
|
||||
m_options = Options::parse(argc, argv);
|
||||
|
||||
Console::init(m_options->colors(), m_options->background());
|
||||
Cpu::init();
|
||||
|
||||
m_network = new Network(m_options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue