mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 22:43:15 +02:00
Fix compiler warning
This commit is contained in:
parent
7eacdb69b5
commit
5313a682ad
1 changed files with 0 additions and 1 deletions
|
@ -5686,7 +5686,6 @@ void Application::addAssetToWorldCheckModelSize() {
|
|||
auto item = _addAssetToWorldResizeList.begin();
|
||||
while (item != _addAssetToWorldResizeList.end()) {
|
||||
auto entityID = item.key();
|
||||
auto count = item.value();
|
||||
|
||||
auto entityScriptingInterface = DependencyManager::get<EntityScriptingInterface>();
|
||||
auto properties = entityScriptingInterface->getEntityProperties(entityID, EntityPropertyFlags("dimensions"));
|
||||
|
|
Loading…
Reference in a new issue