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
It looks like I have some odd code in there. It should work if you delete these lines in didReceiveMemoryWarning in SparrowBonesViewController:
// Stop listenting for Application state cahnges
[[NSNotificationCenter defaultCenter] removeObserver:self];
// Stop the SPView and audio and remove the stage
[self.spview stop];
[SPAudioEngine stop];
self.spview.stage = nil;
I'll update it and push a new version shortly. Thanks!
I think that you forgot to [spView start] at the end of the cleanup...
Is this on purpose?
(If I misunderstood something feel free to discard this issue)
The text was updated successfully, but these errors were encountered: