Skip to content

Commit

Permalink
initialize compression method
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hillman <[email protected]>
  • Loading branch information
peterhillman committed Jun 18, 2024
1 parent c2dc7bc commit 67452fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/exrmetrics/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ main (int argc, char** argv)
int part = 0;
float level = INFINITY;
int halfMode = 0; // 0 - leave alone, 1 - just RGBA, 2 - everything
Compression compression;
Compression compression = Compression::NUM_COMPRESSION_METHODS;

int i = 1;

Expand Down

0 comments on commit 67452fa

Please sign in to comment.