diff options
Diffstat (limited to 'src/engine.cpp')
-rw-r--r-- | src/engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index db31b9d..539515c 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -126,6 +126,7 @@ void Engine::run(void) entities.entity_serialize(e, true, archive); archive.finishNode(); } + std::cout << std::endl; } bool Engine::shouldRun(void) |