From 3cc467b5fa6483ed58da1d3704129a3931f48d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 22 May 2018 21:39:05 -0700 Subject: [PATCH] Cleanup. --- src/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image.cpp b/src/image.cpp index 711fe73..46606ad 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -1433,7 +1433,7 @@ namespace bimg }, }; - static const uint8_t s_bptcFactors[3][18] = + static const uint8_t s_bptcFactors[3][16] = { { 0, 21, 43, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 9, 18, 27, 37, 46, 55, 64, 0, 0, 0, 0, 0, 0, 0, 0 },