mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
basis_universal: Update to 1.16.4
Almost no change in practice since the previous commit we tracked, but now this is a tagged release.
This commit is contained in:
parent
fd4a06c515
commit
0ff337d20f
3 changed files with 48 additions and 2 deletions
|
@ -162,7 +162,7 @@ namespace basist
|
|||
next_code[i + 1] = (total = ((total + syms_using_codesize[i]) << 1));
|
||||
}
|
||||
|
||||
if (((1U << basisu::cHuffmanMaxSupportedInternalCodeSize) != total) && (used_syms > 1U))
|
||||
if (((1U << basisu::cHuffmanMaxSupportedInternalCodeSize) != total) && (used_syms != 1U))
|
||||
return false;
|
||||
|
||||
for (int tree_next = -1, sym_index = 0; sym_index < (int)total_syms; ++sym_index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue