added complete points button to interactive map
This commit is contained in:
parent
d864450bd7
commit
477ae85ecf
@ -411,6 +411,14 @@ namespace cheat::feature
|
|||||||
}
|
}
|
||||||
ImGui::CloseCurrentPopup();
|
ImGui::CloseCurrentPopup();
|
||||||
}
|
}
|
||||||
|
if (ImGui::Button("Complete progress"))
|
||||||
|
{
|
||||||
|
for (auto& [pointID, point] : label.points)
|
||||||
|
{
|
||||||
|
CompletePoint(&point);
|
||||||
|
}
|
||||||
|
ImGui::CloseCurrentPopup();
|
||||||
|
}
|
||||||
|
|
||||||
ImGui::EndPopup();
|
ImGui::EndPopup();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user