You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user