[EDITOR] Fixed layer matrix order ( issue #153 )
This commit is contained in:
@@ -76,7 +76,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
|
|||||||
upperRightCell.AddChild(new Label
|
upperRightCell.AddChild(new Label
|
||||||
{
|
{
|
||||||
Height = labelsHeight,
|
Height = labelsHeight,
|
||||||
Text = layerNames[layerIndex],
|
Text = layerNames[layerNames.Length - layerIndex - 1],
|
||||||
HorizontalAlignment = TextAlignment.Near,
|
HorizontalAlignment = TextAlignment.Near,
|
||||||
});
|
});
|
||||||
bottomLeftCell.AddChild(new Label
|
bottomLeftCell.AddChild(new Label
|
||||||
|
|||||||
Reference in New Issue
Block a user