diff --git a/samples/api/texture_loading/texture_loading.cpp b/samples/api/texture_loading/texture_loading.cpp index f799542..fbd13cc 100644 --- a/samples/api/texture_loading/texture_loading.cpp +++ b/samples/api/texture_loading/texture_loading.cpp @@ -1399,7 +1399,7 @@ bool TextureLoading::prepare(const vkb::ApplicationOptions& options) std::vector image; unsigned w, h; unsigned error = lodepng::decode(image, w, h, filename, LCT_RGBA, 8); - processWithVulkan(image.data(), w, h, w*4, image.size(), cam_text, true); + processWithVulkan(image.data(), w, h, w*4, image.size(), cam_text, false); #endif