update vtf/image

This commit is contained in:
Robin Appelman 2024-12-14 16:22:42 +01:00
commit 8fa2449885
3 changed files with 502 additions and 64 deletions

View file

@ -291,7 +291,7 @@ fn push_texture(
image.as_bytes(),
image.width(),
image.height(),
image.color(),
image.color().into(),
)
.expect("failed to encode");