don't take reference to Builder
This commit is contained in:
@@ -295,7 +295,7 @@ namespace thermion
|
|||||||
TRACE("BLIT_SRC");
|
TRACE("BLIT_SRC");
|
||||||
}
|
}
|
||||||
|
|
||||||
auto &builder = ::filament::Texture::Builder()
|
auto builder = ::filament::Texture::Builder()
|
||||||
.width(width)
|
.width(width)
|
||||||
.height(height)
|
.height(height)
|
||||||
.depth(depth)
|
.depth(depth)
|
||||||
|
|||||||
Reference in New Issue
Block a user