mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
removing copy paste error
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user