fix: auto update, esp snapline not changing color

This commit is contained in:
2024-06-13 13:45:12 +02:00
parent 1b157d0947
commit f9ce069efd
2 changed files with 3 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ void DrawVisualsTab() {
ImGui::OpenPopup("playersnpop");
}
if (ImGui::BeginPopup("playersnpop")) {
ImGui::ColorPicker4("Player snaplines color", (float*)&settings::flashlight_color);
ImGui::ColorPicker4("Player snaplines color", (float*)&settings::player_snaplines_color);
ImGui::EndPopup();
}