Skip to content

Commit

Permalink
Remove warning from workshop example
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxime committed Feb 7, 2024
1 parent ce2b7aa commit ff5aae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/workshop/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn upload_item_content(ugc: &UGC<ClientManager>, published_id: PublishedFileId)
// notes:
// - once an upload is started, it cannot be cancelled!
// - content_path is the path to a folder which houses the content you wish to upload
let upload_handle = ugc
let _upload_handle = ugc
.start_item_update(steamworks::AppId(480), published_id)
.content_path(Path::new("/absolute/path/to/content"))
.preview_path(Path::new("/absolute/path/to/preview.png"))
Expand Down

0 comments on commit ff5aae6

Please sign in to comment.