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 371d9f0 commit 51665a3Copy full SHA for 51665a3
crunch/crunch.cpp
@@ -166,7 +166,7 @@ class crunch {
166
console::printf("-forceprimaryencoding - Only use DXT1 color4 and DXT5 alpha8 block encodings.");
167
console::printf("-usetransparentindicesforblack - Try DXT1 transparent indices for dark pixels.");
168
169
- console::message("\nOuptut pixel format options:");
+ console::message("\nOutput pixel format options:");
170
console::printf("-usesourceformat - Use input file's format for output format (when possible).");
171
console::message("\nAll supported texture formats (Note: .CRN only supports DXTn pixel formats):");
172
for (uint32 i = 0; i < pixel_format_helpers::get_num_formats(); i++) {
0 commit comments