remove texture flip channels default group expand

This commit is contained in:
xxSeys1
2025-03-31 15:53:40 +02:00
parent 368ef9185b
commit e5d0158c92

View File

@@ -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.