Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Mar 24, 2023
1 parent e75418d commit 2c7852f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/umagui/umaguiMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ std::string transSkillAbilityType(int abilityType) {
}

void imGuiRaceSkillInfoMainLoop() {
if (!showRaceWnd) return;

if (ImGui::Begin("Race Skills")) {
std::vector<const char*> tableTitle{
GetTrans("Gate/Name"), GetTrans("Skill"), GetTrans("AbilityType"),
Expand Down

0 comments on commit 2c7852f

Please sign in to comment.