We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d2c35 commit ad9386aCopy full SHA for ad9386a
transcoder/basisu_transcoder_internal.h
@@ -264,8 +264,8 @@ namespace basist
264
}
265
266
const basisu::uint8_vec &get_code_sizes() const { return m_code_sizes; }
267
- const basisu::int_vec get_lookup() const { return m_lookup; }
268
- const basisu::int16_vec get_tree() const { return m_tree; }
+ const basisu::int_vec &get_lookup() const { return m_lookup; }
+ const basisu::int16_vec &get_tree() const { return m_tree; }
269
270
bool is_valid() const { return m_code_sizes.size() > 0; }
271
0 commit comments