Remove commented-out code (#18392)
# Objective Remove a leftover commented-out line.
This commit is contained in:
parent
c9f37efeb7
commit
b3ccc623fa
@ -345,7 +345,6 @@ pub struct ExtractedSprite {
|
||||
|
||||
#[derive(Resource, Default)]
|
||||
pub struct ExtractedSprites {
|
||||
//pub sprites: HashMap<(Entity, MainEntity), ExtractedSprite>,
|
||||
pub sprites: Vec<ExtractedSprite>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user