Change ImGui.Text to ImGui.TextUnformatted.

This commit is contained in:
Ottermandias 2022-04-30 18:54:17 +02:00
parent 5e46f43d7d
commit f24ec8ebe2
14 changed files with 79 additions and 69 deletions

View file

@ -174,7 +174,7 @@ public partial class ConfigWindow
}
else
{
ImGui.Text( group.Name );
ImGui.TextUnformatted( group.Name );
}
}