mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-25 18:55:30 -05:00
Fix scene item selection not returning expected number of items
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user