removing copy paste error

This commit is contained in:
Teddy Stoddard 2017-10-15 17:28:07 -04:00
parent 096a8ec6ba
commit fe724db12d

View File

@ -1617,7 +1617,6 @@ void WSRequestHandler::HandleSetSceneItemProperties(WSRequestHandler* req) {
// Send an error in the else statement? // Send an error in the else statement?
// Append an error message to the response? // Append an error message to the response?
} }
obs_sceneitem_set_pos(scene_item, &new_position);
} }
obs_sceneitem_release(scene_item); obs_sceneitem_release(scene_item);