Update text-related ImGui calls

This commit is contained in:
Haselnussbomber 2025-07-20 17:08:46 +02:00
parent f0021bc8f9
commit 81c3ad9421
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
119 changed files with 1277 additions and 1246 deletions

View file

@ -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)
{