Fixed typo in line 322 (#9276)
`trait` was spelled `trai` and used singular instead of plural in documenting comment.
This commit is contained in:
parent
02688a99b8
commit
0566e73af4
@ -318,8 +318,8 @@ impl FromWorld for PostProcessPipeline {
|
||||
write_mask: ColorWrites::ALL,
|
||||
})],
|
||||
}),
|
||||
// All of the following property are not important for this effect so just use the default values.
|
||||
// This struct doesn't have the Default trai implemented because not all field can have a default value.
|
||||
// All of the following properties are not important for this effect so just use the default values.
|
||||
// This struct doesn't have the Default trait implemented because not all field can have a default value.
|
||||
primitive: PrimitiveState::default(),
|
||||
depth_stencil: None,
|
||||
multisample: MultisampleState::default(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user