mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 12:55:27 +02:00
remove unused ScriptEngine instance
This commit is contained in:
parent
09f3b8f485
commit
c4115bece3
1 changed files with 0 additions and 1 deletions
|
@ -340,7 +340,6 @@ void Avatar::updateAvatarEntities() {
|
|||
return;
|
||||
}
|
||||
|
||||
QScriptEngine scriptEngine;
|
||||
entityTree->withWriteLock([&] {
|
||||
AvatarEntityMap avatarEntities = getAvatarEntityData();
|
||||
AvatarEntityMap::const_iterator dataItr = avatarEntities.begin();
|
||||
|
|
Loading…
Reference in a new issue