mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix scene item selection not returning expected number of items
This commit is contained in:
parent
6fff3b54e6
commit
8b8829f7df
|
|
@ -160,7 +160,7 @@ SceneItemSelection::GetSceneItems(SceneSelection &sceneSelection)
|
|||
}
|
||||
name = var->Value();
|
||||
} else {
|
||||
auto name = GetWeakSourceName(_sceneItem);
|
||||
name = GetWeakSourceName(_sceneItem);
|
||||
}
|
||||
int count = getCountOfSceneItemOccurance(sceneSelection, name, false);
|
||||
auto items = getSceneItemsWithName(scene, name);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user