mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Update text-related ImGui calls
This commit is contained in:
parent
f0021bc8f9
commit
81c3ad9421
119 changed files with 1277 additions and 1246 deletions
|
|
@ -19,7 +19,7 @@ internal class AetheryteListSelfTestStep : ISelfTestStep
|
|||
{
|
||||
var list = Service<AetheryteList>.Get();
|
||||
|
||||
ImGui.Text("Checking aetheryte list...");
|
||||
ImGui.TextUnformatted("Checking aetheryte list..."u8);
|
||||
|
||||
if (this.index == list.Length - 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue