Tunables service fix and theme changes (#1507)
This commit is contained in:
@ -110,7 +110,7 @@ namespace big
|
||||
ImGui::EndCombo();
|
||||
}
|
||||
|
||||
auto selected_ipl = ipls[g.self.ipls.select];
|
||||
const auto& selected_ipl = ipls[g.self.ipls.select];
|
||||
if (components::button("LOAD_IPL"_T.data()))
|
||||
{
|
||||
//unload all previous ipls
|
||||
|
@ -25,8 +25,8 @@ namespace big
|
||||
ImGui::SameLine();
|
||||
ImGui::BeginGroup();
|
||||
|
||||
ImGui::Checkbox("Increased C4 Limit (Max = 50)", &g.weapons.increased_c4_limit);
|
||||
ImGui::Checkbox("Increased Flare Limit (Max = 50)", &g.weapons.increased_flare_limit);
|
||||
ImGui::Checkbox("Increase C4 Limit (Max = 50)", &g.weapons.increased_c4_limit);
|
||||
ImGui::Checkbox("Increase Flare Limit (Max = 50)", &g.weapons.increased_flare_limit);
|
||||
|
||||
components::command_checkbox<"rapidfire">();
|
||||
|
||||
|
Reference in New Issue
Block a user