Skip to content

Commit

Permalink
Remove transparency from tooltip backgrounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseasoler committed Apr 7, 2024
1 parent 8114e84 commit fbc0f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rimworld/ui_style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ void set_style(style style) {
break;
case style::num_styles: break;
}

current_colors[ImGuiCol_FrameBgHovered].z = 1.0F;
}

} // namespace rimworld::styles

0 comments on commit fbc0f47

Please sign in to comment.