mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Use bg/ for absolute path example
This commit is contained in:
parent
11acd7d3f4
commit
cc2f72b73d
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ public partial class ModEditWindow
|
||||||
{
|
{
|
||||||
ImGuiComponents.HelpMarker(
|
ImGuiComponents.HelpMarker(
|
||||||
"Materials must be either relative (e.g. \"/filename.mtrl\")\n"
|
"Materials must be either relative (e.g. \"/filename.mtrl\")\n"
|
||||||
+ "or absolute (e.g. \"chara/full/path/to/filename.mtrl\").",
|
+ "or absolute (e.g. \"bg/full/path/to/filename.mtrl\").",
|
||||||
FontAwesomeIcon.TimesCircle);
|
FontAwesomeIcon.TimesCircle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue