missing semicolon
This commit is contained in:
parent
c67f523818
commit
6ef35e8bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ impl core::Renderer for Renderer {
|
|||
callback(self.engine.raster_pipeline.load(_handle));
|
||||
|
||||
#[cfg(not(feature = "image"))]
|
||||
callback(Err(core::image::Error::Unsupported))
|
||||
callback(Err(core::image::Error::Unsupported));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue