Removed clone from content
parent
1343c01379
commit
b5cc0b555e
|
@ -139,7 +139,7 @@ impl ContentBuildContext {
|
|||
}
|
||||
|
||||
/// Represents static game content
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug)]
|
||||
pub struct Content {
|
||||
/// Sprites
|
||||
pub sprites: Vec<Sprite>,
|
||||
|
|
Loading…
Reference in New Issue