mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
removed some debug code
This commit is contained in:
parent
45c34e1617
commit
d0a4622427
1 changed files with 0 additions and 1 deletions
|
@ -778,7 +778,6 @@ void EntityTreeRenderer::addEntityToScene(EntityItemPointer entity) {
|
||||||
|
|
||||||
|
|
||||||
void EntityTreeRenderer::entitySciptChanging(const EntityItemID& entityID, const bool reload) {
|
void EntityTreeRenderer::entitySciptChanging(const EntityItemID& entityID, const bool reload) {
|
||||||
qDebug() << "entitySciptChanging() entityID:" << entityID << "reload:" << reload;
|
|
||||||
if (_tree && !_shuttingDown) {
|
if (_tree && !_shuttingDown) {
|
||||||
_entitiesScriptEngine->unloadEntityScript(entityID);
|
_entitiesScriptEngine->unloadEntityScript(entityID);
|
||||||
checkAndCallPreload(entityID, reload);
|
checkAndCallPreload(entityID, reload);
|
||||||
|
|
Loading…
Reference in a new issue