Skip to content

Commit

Permalink
Update modeling-cmds/src/def_enum.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Chalmers <[email protected]>
  • Loading branch information
benjamaan476 and adamchalmers authored Jan 8, 2025
1 parent cceca68 commit ff4a75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeling-cmds/src/def_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ define_modeling_cmd_enum! {
#[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))]
pub struct SetObjectTransform
{
///Id of the object whose transform is to be set.
/// Id of the object whose transform is to be set.
pub object_id: Uuid,
/// List of transforms to be applied to the object.
pub transforms: Vec<ComponentTransform>,
Expand Down

0 comments on commit ff4a75e

Please sign in to comment.