fix: put multiple instances on the same line
This commit is contained in:
parent
c97d23daed
commit
94a9403253
@ -569,8 +569,12 @@ namespace QuestMap {
|
|||||||
} else {
|
} else {
|
||||||
ImGui.TextUnformatted(this.Convert(instance.Name).ToString());
|
ImGui.TextUnformatted(this.Convert(instance.Name).ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui.SameLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui.Dummy(Vector2.Zero);
|
||||||
|
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user