chore: clippy fixes

This commit is contained in:
Sébastien Crozet
2025-05-16 18:41:39 +02:00
committed by Sébastien Crozet
parent 9a76f9f893
commit ef3662b3b1
2 changed files with 3 additions and 24 deletions

View File

@@ -255,7 +255,7 @@ impl GraphicsManager {
}
}
self.b2color.insert(handle, color.into());
self.b2color.insert(handle, color);
color
}