From f15cfa711eabdce472f7c8620e88a2db77870df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 9 May 2017 17:30:39 -0700 Subject: [PATCH] Cleanup. --- tools/texturec/texturec.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/texturec/texturec.cpp b/tools/texturec/texturec.cpp index 636dd90ae..6da49bad0 100644 --- a/tools/texturec/texturec.cpp +++ b/tools/texturec/texturec.cpp @@ -176,9 +176,9 @@ bimg::ImageContainer* convert(bx::AllocatorI* _allocator, const void* _inputData bimg::imageDecodeToRgba32f(_allocator , rgba , mip.m_data - , mip.m_width - , mip.m_height - , mip.m_width*mip.m_bpp/8 + , dstMip.m_width + , dstMip.m_height + , dstMip.m_width*16 , mip.m_format );