mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-19 04:06:12 +08:00
Merge pull request #202 from biswop/master
added complete points button to interactive map
This commit is contained in:
@ -411,6 +411,14 @@ namespace cheat::feature
|
||||
}
|
||||
ImGui::CloseCurrentPopup();
|
||||
}
|
||||
if (ImGui::Button("Complete progress"))
|
||||
{
|
||||
for (auto& [pointID, point] : label.points)
|
||||
{
|
||||
CompletePoint(&point);
|
||||
}
|
||||
ImGui::CloseCurrentPopup();
|
||||
}
|
||||
|
||||
ImGui::EndPopup();
|
||||
}
|
||||
|
Reference in New Issue
Block a user