aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-11-15 08:22:58 -0500
committerClyne Sullivan <clyne@bitgloo.com>2022-11-15 08:22:58 -0500
commit38b18b8bdaf0cd4f4f7b72ade4b3f27f7363eab3 (patch)
tree2b51cd293a81f42f2b10c4493752c519ef66d395
parenta056c15dd3781b4f6bb89fdd738b14cafc00cd85 (diff)
fix merge of lib-cleanup
m---------lib/sol20
-rw-r--r--src/engine.cpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/sol2 b/lib/sol2
new file mode 160000
+Subproject 50b62c9346750b7c2c406c9e4c546f96b0bf021
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<PhysicsSystem>();
systems.add<TextSystem>();
systems.add<AudioSystem>();
+ systems.add<UISystem>();
systems.configure();
// Load game script and entity data