Skip to content

Commit

Permalink
Merge pull request #965 from adituv/fix-effectsmonitor-crash
Browse files Browse the repository at this point in the history
Fix ImGui crash
  • Loading branch information
3vcloud authored Nov 8, 2023
2 parents 25d2264 + 4c32238 commit 44cff64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GWToolboxdll/Widgets/EffectsMonitorWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ void EffectsMonitorWidget::Draw(IDirect3DDevice9*)
ImGui::PopFont();
ImGui::End();
ImGui::PopStyleVar(2);
return;
}
}
else if (effect.skill_id == GW::Constants::SkillID::Hard_mode) {
Expand Down

0 comments on commit 44cff64

Please sign in to comment.