Skip to content

Commit

Permalink
Update src/cata_imgui.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
katemonster33 and github-actions[bot] authored May 17, 2024
1 parent 7343178 commit 5e1467a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cata_imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ void cataimgui::window::draw_colored_text( std::string const &text,

}
}
for(int curColorStackCount = GImGui->ColorStack.Size; curColorStackCount > startColorStackCount; curColorStackCount--)
{
for( int curColorStackCount = GImGui->ColorStack.Size; curColorStackCount > startColorStackCount;
curColorStackCount-- ) {
ImGui::PopStyleColor();
}
ImGui::PopID();
Expand Down

0 comments on commit 5e1467a

Please sign in to comment.