make controller a required property of ArchiveUI

This commit is contained in:
2021-10-12 13:45:02 -06:00
parent b5ecc52fa6
commit f12000004f
4 changed files with 4 additions and 10 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)