Commit 1531cfa 1 parent 7a2094b commit 1531cfa Copy full SHA for 1531cfa
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
using namespace basisu ;
41
41
using namespace buminiz ;
42
42
43
- #define BASISU_TOOL_VERSION " 1.16"
43
+ #define BASISU_TOOL_VERSION " 1.16.3 "
44
44
45
45
enum tool_mode
46
46
{
@@ -2044,7 +2044,7 @@ static bool unpack_and_validate_basis_file(
2044
2044
// Fill the buffer with psuedo-random bytes, to help more visibly detect cases where the transcoder fails to write to part of the output.
2045
2045
fill_buffer_with_random_bytes (gi.get_ptr (), gi.get_size_in_bytes ());
2046
2046
2047
- uint32_t decode_flags = 0 ;
2047
+ // uint32_t decode_flags = 0;
2048
2048
2049
2049
tm .start ();
2050
2050
@@ -2741,7 +2741,7 @@ static bool compare_mode(command_line_params &opts)
2741
2741
{
2742
2742
for (uint32_t x = 0 ; x < a.get_width (); x++)
2743
2743
{
2744
- color_rgba& d = delta_img (x, y);
2744
+ // color_rgba& d = delta_img(x, y);
2745
2745
2746
2746
for (int c = 0 ; c < 4 ; c++)
2747
2747
{
You can’t perform that action at this time.
0 commit comments