1 2 3 4 5 6 7
use freecs::Entity; #[derive(Default)] pub struct Scratch { pub transform_dirty: Vec<Entity>, pub local_matrices_dirty: Vec<Entity>, }