don't take reference to Builder

This commit is contained in:
Nick Fisher
2025-05-29 18:57:01 +08:00
parent 94eacec27e
commit beeb45609c

View File

@@ -295,7 +295,7 @@ namespace thermion
TRACE("BLIT_SRC");
}
auto &builder = ::filament::Texture::Builder()
auto builder = ::filament::Texture::Builder()
.width(width)
.height(height)
.depth(depth)