mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 12:24:56 +00:00
Minor flamethrower and babygoth fixes
This commit is contained in:
@@ -365,14 +365,13 @@ bool ViewManager::proc() {
|
||||
}
|
||||
|
||||
void ViewManager::stop() {
|
||||
m_videoVoice.reset();
|
||||
m_mainWindow->getCommandQueue()->stopRenderer();
|
||||
m_projManager.shutdown();
|
||||
CDvdFile::Shutdown();
|
||||
DestroyIcons();
|
||||
DestroyBadging();
|
||||
m_viewResources.destroyResData();
|
||||
m_fontCache.destroyAtlases();
|
||||
m_mainWindow->getCommandQueue()->stopRenderer();
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
|
||||
@@ -120,7 +120,6 @@ class ViewManager final : public specter::IViewManager {
|
||||
};
|
||||
std::unique_ptr<TestGameView> m_testGameView;
|
||||
std::unique_ptr<boo::IAudioVoiceEngine> m_voiceEngine;
|
||||
std::unique_ptr<boo::IAudioVoice> m_videoVoice;
|
||||
std::optional<amuse::BooBackendVoiceAllocator> m_amuseAllocWrapper;
|
||||
|
||||
hecl::SystemString m_recentProjectsPath;
|
||||
|
||||
Reference in New Issue
Block a user