Skip to content

Commit

Permalink
Small gui tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
APAmk2 committed Sep 11, 2024
1 parent 00fd396 commit 3b7f17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FORT/Fonline/fotxtb_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ void FotxtbWindow::drawWindow()
if (FotxtbFile != nullptr)
{
ImGui::Text("Entries:%i", FotxtbFile->entriesCount);
ImGui::NewLine();
std::string strToDisplay = "";

for (const auto& [key, val] : FotxtbFile->entries)
Expand Down

0 comments on commit 3b7f17a

Please sign in to comment.