[EDITOR] Fixed layer matrix order ( issue #153 )

This commit is contained in:
Vizepi
2021-02-10 20:32:32 +01:00
parent 6673d70d0a
commit 3a3c66b916

View File

@@ -76,7 +76,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
upperRightCell.AddChild(new Label
{
Height = labelsHeight,
Text = layerNames[layerIndex],
Text = layerNames[layerNames.Length - layerIndex - 1],
HorizontalAlignment = TextAlignment.Near,
});
bottomLeftCell.AddChild(new Label