From 4cb7167e09a64db62919f0ecb10041a5e89cacdb Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 23 Jun 2025 12:27:49 +0200 Subject: [PATCH] cleanup warningd --- src/animation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation.rs b/src/animation.rs index be34c28..03af582 100644 --- a/src/animation.rs +++ b/src/animation.rs @@ -1,5 +1,5 @@ use crate::{ - GameState, character::CharacterAnimations, head::ActiveHead, heads_database::HeadsDatabase, + GameState, character::CharacterAnimations, }; use bevy::{animation::RepeatAnimation, ecs::query::QueryData, prelude::*}; use std::time::Duration;