diff --git a/Source/Engine/Tools/TextureTool/TextureTool.h b/Source/Engine/Tools/TextureTool/TextureTool.h index 179508c68..3acf41eb9 100644 --- a/Source/Engine/Tools/TextureTool/TextureTool.h +++ b/Source/Engine/Tools/TextureTool/TextureTool.h @@ -61,7 +61,7 @@ API_CLASS(Namespace="FlaxEngine.Tools", Static) class FLAXENGINE_API TextureTool API_FIELD(Attributes = "EditorOrder(71)") bool InvertGreenChannel = false; - // True if to invert the green channel on a normal map. Good for OpenGL to DirectX conversion. + // Rebuild Z (blue) channel assuming X/Y are normals. API_FIELD(Attributes = "EditorOrder(72)") bool ReconstructZChannel = false;