diff --git a/Editor/MaterialWindow.cpp b/Editor/MaterialWindow.cpp index 17c1beefa..23b4f7518 100644 --- a/Editor/MaterialWindow.cpp +++ b/Editor/MaterialWindow.cpp @@ -1254,6 +1254,7 @@ void MaterialWindow::ResizeLayout() { windowTitle += " (Entity: " + name->name + ")"; } + windowTitle += " [Texture slot: " + textureSlotComboBox.GetItemText(textureSlotComboBox.GetSelected()) + "]"; texturePickerWindow.moveDragger.SetText(windowTitle); if (!texturePickerButtons.empty())