Generate mipmaps for mod menu images (#2382)

* Generate mipmaps for mod menu images

* Update aurora

---------

Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
Pieter-Jan Briers
2026-09-04 10:18:18 +02:00
committed by GitHub
parent 48746a9a67
commit 9bff2f5cf2
2 changed files with 2 additions and 1 deletions
+1 -1
+1
View File
@@ -182,6 +182,7 @@ std::optional<aurora::rmlui::RuntimeTexture> mod_texture_provider(std::string_vi
.rgba8 =
std::span{reinterpret_cast<const std::byte*>(image.pixels.data()), image.pixels.size()},
.premultipliedAlpha = true,
.generateMipmaps = true,
};
}