Skip to content

Commit

Permalink
Remove redundant text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurochi51 committed Dec 29, 2023
1 parent f17416a commit 89d6393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TickTracker/Windows/DebugWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private static unsafe void DrawTable(TableStruct table)
{
if (!table.IsValid())
{
ImGui.TextUnformatted($"{table.Id} has an invalid member.\n{table}");
ImGui.TextUnformatted($"{table.Id} has an invalid member.");
return;
}

Expand Down

0 comments on commit 89d6393

Please sign in to comment.