muffin v7.4
This commit is contained in:
parent
8a7847ff37
commit
a4175abacd
54 changed files with 95984 additions and 123967 deletions
|
|
@ -85,10 +85,10 @@ internal sealed class QuestRewardComponent
|
|||
using ImRaii.IEndObject endObject = ImRaii.Tooltip();
|
||||
if (!(!endObject))
|
||||
{
|
||||
label2 = new ImU8String(15, 1);
|
||||
label2.AppendLiteral("Obtained from: ");
|
||||
label2.AppendFormatted(questInfo.Name);
|
||||
ImGui.Text(label2);
|
||||
ImU8String text2 = new ImU8String(15, 1);
|
||||
text2.AppendLiteral("Obtained from: ");
|
||||
text2.AppendFormatted(questInfo.Name);
|
||||
ImGui.Text(text2);
|
||||
using (ImRaii.PushIndent())
|
||||
{
|
||||
_questTooltipComponent.DrawInner(questInfo, showItemRewards: false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue