Initialise plugins later so that they've got better access to modules to do stuff

This commit is contained in:
Tristan Rowley
2020-02-08 17:31:13 +00:00
parent 152f3a3b39
commit a18db3afa9
3 changed files with 8 additions and 5 deletions

View File

@@ -202,7 +202,7 @@ class PluginCollection(object):
@property
def shaders(self):
return self.message_handler.shaders
return self.actions.shaders
@property
def actions(self):