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
For instance, the audio::Manager has a Release method for freeing music and sample instances. However, they are soon going to be stored in shared pointers, which might make the release method useless.
The text was updated successfully, but these errors were encountered:
For instance, the
audio::Manager
has aRelease
method for freeing music and sample instances. However, they are soon going to be stored in shared pointers, which might make the release method useless.The text was updated successfully, but these errors were encountered: