mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 14:04:01 +02:00
Merge pull request #4427 from ZappoMan/crashonexit
fix crash on exit related to AvatarManager using TextureCach resources
This commit is contained in:
commit
943670285c
1 changed files with 2 additions and 1 deletions
|
@ -612,7 +612,8 @@ Application::~Application() {
|
|||
|
||||
// stop the glWidget frame timer so it doesn't call paintGL
|
||||
_glWidget->stopFrameTimer();
|
||||
|
||||
|
||||
DependencyManager::destroy<AvatarManager>();
|
||||
DependencyManager::destroy<AnimationCache>();
|
||||
DependencyManager::destroy<TextureCache>();
|
||||
DependencyManager::destroy<GeometryCache>();
|
||||
|
|
Loading…
Reference in a new issue