Skip to content

Commit eade072

Browse files
sidsethupathiMarkCallow
authored andcommitted
fix missing -w flag for ktx2check
1 parent a715992 commit eade072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ktx2check/ktx2check.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ ktxValidator::ktxValidator() : ktxApp(myversion, mydefversion, options)
773773
/ sizeof(argparser::option);
774774
option_list.insert(option_list.begin(), my_option_list,
775775
my_option_list + lastOptionIndex);
776-
short_opts += "qm:";
776+
short_opts += "qm:w";
777777
}
778778

779779
void

0 commit comments

Comments
 (0)