Skip to content

Commit f255872

Browse files
authored
Derive Copy and Clone for Collision (#8121)
1 parent aefe1f0 commit f255872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_sprite/src/collide_aabb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use bevy_math::{Vec2, Vec3};
44

5-
#[derive(Debug, PartialEq, Eq)]
5+
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
66
pub enum Collision {
77
Left,
88
Right,

0 commit comments

Comments
 (0)