mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
Update to stable rbx-dom libraries
This commit is contained in:
@@ -53,7 +53,7 @@ impl UploadCommand {
|
||||
let mut buffer = Vec::new();
|
||||
|
||||
log::trace!("Encoding binary model");
|
||||
rbx_binary::to_writer_default(&mut buffer, tree.inner(), &encode_ids)?;
|
||||
rbx_binary::to_writer(&mut buffer, tree.inner(), &encode_ids)?;
|
||||
do_upload(buffer, self.asset_id, &cookie)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user