You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Ubuntu trusty
Branch: develop
SDLAudioManager not reaching RdMentalMap. SDLAudioManager used in RobotDevastation class, but is null in RdMentalMap.
The text was updated successfully, but these errors were encountered:
For some reason, when the AudioManager was requested in MentalMap's constructor, the SDLAudioManager was not registered yet.
As a good practise from now on, it is advised to register the manager that is going to be requested in each constructor, except if several can be used (i.e. mockup, for testing purposes) and the default Manager is requested.
OS: Ubuntu trusty
Branch: develop
SDLAudioManager not reaching RdMentalMap. SDLAudioManager used in RobotDevastation class, but is null in RdMentalMap.
The text was updated successfully, but these errors were encountered: