mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:57:23 +02:00
Updated Application destructor
This commit is contained in:
parent
b03482ead5
commit
a1e433e189
1 changed files with 6 additions and 0 deletions
|
@ -237,6 +237,12 @@ Application::Application(int& argc, char** argv, timeval &startup_time) :
|
||||||
Application::~Application() {
|
Application::~Application() {
|
||||||
NodeList::getInstance()->removeHook(&_voxels);
|
NodeList::getInstance()->removeHook(&_voxels);
|
||||||
NodeList::getInstance()->removeHook(this);
|
NodeList::getInstance()->removeHook(this);
|
||||||
|
|
||||||
|
delete _oculusProgram;
|
||||||
|
delete _settings;
|
||||||
|
delete _networkAccessManager;
|
||||||
|
delete _followMode;
|
||||||
|
delete _glWidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::initializeGL() {
|
void Application::initializeGL() {
|
||||||
|
|
Loading…
Reference in a new issue