0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

Fix obs_sceneitem_destroy for scenes with more than one scene item

This commit is contained in:
Palana 2014-01-30 00:13:43 +01:00
parent 31ceec04ce
commit d095a4ae47

View File

@ -309,6 +309,7 @@ int obs_sceneitem_destroy(obs_scene_t scene, obs_sceneitem_t item)
found = true;
break;
}
i = i->next;
}
if (found) {