make controller a required property of ArchiveUI

This commit is contained in:
2021-10-12 13:45:02 -06:00
parent a1ec7d19c3
commit a4a59f0d40
5 changed files with 4 additions and 13 deletions

View File

@@ -149,7 +149,7 @@
:Map<String,Command> commands (new Map)
:NameSystem nameSystem (new NameSystem)]
(ui.setController this)
(set ui.controller this)
// Add systems!
(archive.addSystem nameSystem)