Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master

This commit is contained in:
Wojtek Figat
2021-02-14 16:58:29 +01:00

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