Fixed ETC1 mod table.

This commit is contained in:
bkaradzic 2013-09-16 20:19:08 -07:00
parent 1c595a6820
commit d3dfd3cafe

View file

@ -445,7 +445,7 @@ namespace bgfx
static const int32_t s_etc1Mod[8][4] = static const int32_t s_etc1Mod[8][4] =
{ {
{ 2, 8, -2, -8}, { 2, 8, -2, -8},
{ 15, 17, -15, -17}, { 5, 17, -5, -17},
{ 9, 29, -9, -29}, { 9, 29, -9, -29},
{ 13, 42, -13, -42}, { 13, 42, -13, -42},
{ 18, 60, -18, -60}, { 18, 60, -18, -60},