summaryrefslogtreecommitdiffstats
path: root/glow/src/image/storage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/image/storage.rs')
-rw-r--r--glow/src/image/storage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/src/image/storage.rs b/glow/src/image/storage.rs
index e2171fb5..9bc20641 100644
--- a/glow/src/image/storage.rs
+++ b/glow/src/image/storage.rs
@@ -27,7 +27,7 @@ impl image::Storage for Storage {
width as i32,
height as i32,
0,
- glow::BGRA,
+ glow::RGBA,
glow::UNSIGNED_BYTE,
Some(data),
);