From: Clyne Sullivan Date: Tue, 15 Nov 2022 13:22:58 +0000 (-0500) Subject: fix merge of lib-cleanup X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=38b18b8bdaf0cd4f4f7b72ade4b3f27f7363eab3;p=clyne%2Fgamedev2.git fix merge of lib-cleanup --- diff --git a/lib/sol2 b/lib/sol2 new file mode 160000 index 0000000..50b62c9 --- /dev/null +++ b/lib/sol2 @@ -0,0 +1 @@ +Subproject commit 50b62c9346750b7c2c406c9e4c546f96b0bf021d diff --git a/src/engine.cpp b/src/engine.cpp index a891e1e..d8eef23 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -57,6 +57,7 @@ int Engine::init(void) systems.add(); systems.add(); systems.add(); + systems.add(); systems.configure(); // Load game script and entity data