Use ImGui.Text over ImGui.TextUnformatted

This commit is contained in:
Haselnussbomber 2025-08-04 21:12:03 +02:00
parent f2aa4bd051
commit a60ee3a2d4
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1
110 changed files with 632 additions and 632 deletions

View file

@ -19,7 +19,7 @@ internal class AetheryteListSelfTestStep : ISelfTestStep
{
var list = Service<AetheryteList>.Get();
ImGui.TextUnformatted("Checking aetheryte list..."u8);
ImGui.Text("Checking aetheryte list..."u8);
if (this.index == list.Length - 1)
{