Update menu.c
This commit is contained in:
parent
5bf0dfce70
commit
66b4abf888
@ -187,7 +187,7 @@ extern "C" void menu_render(void) {
|
||||
}
|
||||
|
||||
if (g_settings.aimbot_enabled) {
|
||||
if (ImGui::SliderFloat("FOV", &g_settings.aimbot_fov, 0.1f, 180.0f, "%.1f")) {
|
||||
if (ImGui::SliderFloat("FOV", &g_settings.aimbot_fov, 0.1f, 360.0f, "%.1f")) {
|
||||
}
|
||||
|
||||
if (ImGui::SliderFloat("Smoothing", &g_settings.aimbot_smooth, 1.0f, 100.0f, "%.1f")) {
|
||||
@ -223,7 +223,6 @@ extern "C" void menu_render(void) {
|
||||
ImGui::Checkbox("No Recoil", &g_settings.aimbot_norecoil);
|
||||
ImGui::Checkbox("Recoil Compensation", &g_settings.aimbot_recoil_comp);
|
||||
ImGui::Checkbox("Shoot Teammates", &g_settings.aimbot_team_attack);
|
||||
ImGui::Checkbox("Rage Mode", &g_settings.aimbot_rage_mode);
|
||||
}
|
||||
|
||||
ImGui::EndTabItem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user