Skip to content

Commit 40ac70f

Browse files
committed
rename to SetDefaultBackfaceColor
1 parent b863398 commit 40ac70f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modeling-cmds/src/def_enum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ define_modeling_cmd_enum! {
16021602
)]
16031603
#[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))]
16041604
#[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))]
1605-
pub struct DefaultBackfaceSetColor {
1605+
pub struct SetDefaultBackfaceColor {
16061606
/// The default color to use for all backfaces
16071607
pub backface_color: Color,
16081608
}

modeling-cmds/src/ok_response.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ define_ok_modeling_cmd_response_enum! {
304304
pub struct DefaultCameraCenterToScene {
305305
}
306306

307-
/// The response from the `DefaultBackfaceSetColor` endpoint.
307+
/// The response from the `SetDefaultBackfaceColor` endpoint.
308308
#[derive(Debug, Serialize, Deserialize, Clone, JsonSchema, ModelingCmdOutput)]
309-
pub struct DefaultBackfaceSetColor {
309+
pub struct SetDefaultBackfaceColor {
310310
}
311311

312312
/// The response from the `SelectClear` endpoint.

0 commit comments

Comments
 (0)