Fix comment
This commit is contained in:
@@ -872,7 +872,7 @@ bool TextureTool::ImportTextureDirectXTex(ImageType type, const StringView& path
|
|||||||
SET_CURRENT_IMG(timage);
|
SET_CURRENT_IMG(timage);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if invert red channel
|
// Check if invert blue channel
|
||||||
if (!keepAsIs && options.InvertBlueChannel)
|
if (!keepAsIs && options.InvertBlueChannel)
|
||||||
{
|
{
|
||||||
auto& timage = GET_TMP_IMG();
|
auto& timage = GET_TMP_IMG();
|
||||||
|
|||||||
Reference in New Issue
Block a user