Skip to content

Commit 9ae2672

Browse files
Apply suggestions from code review
1 parent a947907 commit 9ae2672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src_testbed/testbed.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,13 +807,13 @@ impl<'a, 'b, 'c, 'd, 'e, 'f> Testbed<'a, 'b, 'c, 'd, 'e, 'f> {
807807
if let Some(graphics) = &mut self.graphics {
808808
if mvt.grounded {
809809
graphics.graphics.set_body_color(
810-
&mut graphics.materials,
810+
graphics.materials,
811811
character_handle,
812812
[0.1, 0.8, 0.1],
813813
);
814814
} else {
815815
graphics.graphics.set_body_color(
816-
&mut graphics.materials,
816+
graphics.materials,
817817
character_handle,
818818
[0.8, 0.1, 0.1],
819819
);

0 commit comments

Comments
 (0)