Removed clone from content

master
Mark 2024-02-02 16:47:16 -08:00
parent 1343c01379
commit b5cc0b555e
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ impl ContentBuildContext {
}
/// Represents static game content
#[derive(Debug, Clone)]
#[derive(Debug)]
pub struct Content {
/// Sprites
pub sprites: Vec<Sprite>,