feat(ecs): add rudimentary sparse set impl #5
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ where
|
|||
Some(previous)
|
||||
}
|
||||
|
||||
pub fn is_emtpy(&self) -> bool {
|
||||
pub fn is_empty(&self) -> bool {
|
||||
self.len() == 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue