fix a typo in comment, NULL glWidget pointer

This commit is contained in:
Stephen Birarda 2015-03-10 11:47:35 -07:00
parent 292354e180
commit a8046b8316

View file

@ -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>();