fast image operations
Diffstat (limited to 'src/show.rs')
-rw-r--r--src/show.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/show.rs b/src/show.rs
index f38dbc3..2a220f4 100644
--- a/src/show.rs
+++ b/src/show.rs
@@ -34,7 +34,7 @@ mod real {
.map(|(x, y)| (x.min(i.width()), y.min(i.height())))
{
// SAFETY: ctor
- unsafe { Image::new(buf.width, buf.height, &mut *buf.buffer) }.text_u32(
+ unsafe { Image::new(buf.width, buf.height, &mut *buf.buffer) }.text(
5,
i.height() - 20,
12.0,