summaryrefslogtreecommitdiffhomepage
path: root/app/systems/start_game.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/systems/start_game.rb')
-rw-r--r--app/systems/start_game.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/systems/start_game.rb b/app/systems/start_game.rb
index 51f26d4..e329d1d 100644
--- a/app/systems/start_game.rb
+++ b/app/systems/start_game.rb
@@ -53,6 +53,7 @@ FF::Sys.new('StartGame', priority: 50 ) do
FF::Stg.add(
FF::Scn::BoidRules,
FF::Scn::Camera,
+ FF::Scn::Cleanup,
FF::Scn::Debug,
)