setting singleton to 0 if it cant be read. this will be useful down the road if we need more controller active checks
check singleton.class on title sequence manager - and sets self.active to true or false for GUI
In the future, we will set this value on all managers for use under self.active (if singleton == 0x0) that way we can avoid updates the the controller entirely if no manager exists in ready for update.
Currently it checks and fails silently while unwrapping manager internals. (minor perf improvement.)
This PR Adds
In the future, we will set this value on all managers for use under self.active (if singleton == 0x0) that way we can avoid updates the the controller entirely if no manager exists in ready for update.
Currently it checks and fails silently while unwrapping manager internals. (minor perf improvement.)