Fix missing is_empty in image::Batch
This commit is contained in:
parent
5fd2ae070e
commit
6ebf386249
1 changed files with 4 additions and 0 deletions
|
|
@ -7,4 +7,8 @@ impl Batch {
|
|||
pub fn push(&mut self, _image: Image) {}
|
||||
|
||||
pub fn clear(&mut self) {}
|
||||
|
||||
pub fn is_empty(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue