From e5d0158c9219680bdd030bd9ee7314dbe671622b Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Mon, 31 Mar 2025 15:53:40 +0200 Subject: [PATCH] remove texture flip channels default group expand --- Source/Engine/Tools/TextureTool/TextureTool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Tools/TextureTool/TextureTool.h b/Source/Engine/Tools/TextureTool/TextureTool.h index cfca9aec5..ede5780ef 100644 --- a/Source/Engine/Tools/TextureTool/TextureTool.h +++ b/Source/Engine/Tools/TextureTool/TextureTool.h @@ -62,7 +62,7 @@ API_CLASS(Namespace="FlaxEngine.Tools", Static) class FLAXENGINE_API TextureTool bool FlipX = false; // Invert the red channel. - API_FIELD(Attributes = "EditorOrder(72), EditorDisplay(\"Invert Channels\"), ExpandGroups") + API_FIELD(Attributes = "EditorOrder(72), EditorDisplay(\"Invert Channels\")") bool InvertRedChannel = false; // Invert the green channel. Good for OpenGL to DirectX conversion.