add comment

This commit is contained in:
Chandler Cox
2023-12-08 09:39:21 -06:00
parent f24b335c45
commit f346dbc9bf

View File

@@ -700,6 +700,7 @@ bool TextureTool::ImportTextureDirectXTex(ImageType type, const StringView& path
SET_CURRENT_IMG(tmpImg);
}
// Check if it invert green channel
if (!keepAsIs && options.InvertGreenChannel)
{
auto& timage = GET_TMP_IMG();