mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed ETC1 mod table.
This commit is contained in:
parent
1c595a6820
commit
d3dfd3cafe
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ namespace bgfx
|
|||
static const int32_t s_etc1Mod[8][4] =
|
||||
{
|
||||
{ 2, 8, -2, -8},
|
||||
{ 15, 17, -15, -17},
|
||||
{ 5, 17, -5, -17},
|
||||
{ 9, 29, -9, -29},
|
||||
{ 13, 42, -13, -42},
|
||||
{ 18, 60, -18, -60},
|
||||
|
|
Loading…
Reference in a new issue