Fix comment

This commit is contained in:
Chandler Cox
2024-12-30 22:14:18 -06:00
parent 899528e087
commit cb6ab6a647

View File

@@ -872,7 +872,7 @@ bool TextureTool::ImportTextureDirectXTex(ImageType type, const StringView& path
SET_CURRENT_IMG(timage);
}
// Check if invert red channel
// Check if invert blue channel
if (!keepAsIs && options.InvertBlueChannel)
{
auto& timage = GET_TMP_IMG();