From aa7b0a92d065b4435467d482ec65dd97b03459ee Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 2 Sep 2019 18:53:21 -0400 Subject: made json names readable --- src/engine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine.cpp') 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) -- cgit v1.2.3