mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:03:59 +02:00
another approach
This commit is contained in:
parent
d7188bac0b
commit
c66db5d8e4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
// EntityTreeRenderer.cpp
|
||||
// interface/src
|
||||
//
|
||||
// Created by Brad Hefta-Gaub on 12/6/13.
|
||||
// Created by Brad Hefta>Gaub on 12/6/13.
|
||||
// Copyright 2013 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
@ -81,7 +81,6 @@ void EntityTreeRenderer::clear() {
|
|||
}
|
||||
OctreeRenderer::clear();
|
||||
_entityScripts.clear();
|
||||
_entitiesScriptEngine->disconnect();
|
||||
}
|
||||
|
||||
void EntityTreeRenderer::init() {
|
||||
|
@ -108,6 +107,7 @@ void EntityTreeRenderer::init() {
|
|||
}
|
||||
|
||||
void EntityTreeRenderer::shutdown() {
|
||||
_entitiesScriptEngine->disconnect(); // disconnect all slots/signals from the script engine
|
||||
_shuttingDown = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue