mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 14:57:50 +01:00
Merge remote-tracking branch 'ackwell/mdl-io-triage-6'
This commit is contained in:
commit
97166379a7
2 changed files with 25 additions and 5 deletions
|
|
@ -401,13 +401,13 @@ public partial class ModEditWindow
|
|||
|
||||
private void DrawInvalidMaterialMarker()
|
||||
{
|
||||
using var colorHandle = ImRaii.PushColor(ImGuiCol.TextDisabled, 0xFF0000FF, true);
|
||||
using (var font = ImRaii.PushFont(UiBuilder.IconFont))
|
||||
ImGuiUtil.TextColored(0xFF0000FF, FontAwesomeIcon.TimesCircle.ToIconString());
|
||||
|
||||
ImGuiComponents.HelpMarker(
|
||||
ImGuiUtil.HoverTooltip(
|
||||
"Materials must be either relative (e.g. \"/filename.mtrl\")\n"
|
||||
+ "or absolute (e.g. \"bg/full/path/to/filename.mtrl\"),\n"
|
||||
+ "and must end in \".mtrl\".",
|
||||
FontAwesomeIcon.TimesCircle);
|
||||
+ "and must end in \".mtrl\".");
|
||||
}
|
||||
|
||||
private bool DrawModelLodDetails(MdlTab tab, int lodIndex, bool disabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue