mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:30:39 +02:00
fix a typo in comment, NULL glWidget pointer
This commit is contained in:
parent
292354e180
commit
a8046b8316
1 changed files with 2 additions and 1 deletions
|
@ -605,6 +605,7 @@ Application::~Application() {
|
||||||
ModelEntityItem::cleanupLoadedAnimations();
|
ModelEntityItem::cleanupLoadedAnimations();
|
||||||
|
|
||||||
delete _glWidget;
|
delete _glWidget;
|
||||||
|
_glWidget = NULL;
|
||||||
|
|
||||||
DependencyManager::destroy<AnimationCache>();
|
DependencyManager::destroy<AnimationCache>();
|
||||||
DependencyManager::destroy<TextureCache>();
|
DependencyManager::destroy<TextureCache>();
|
||||||
|
|
Loading…
Reference in a new issue