fix Active Feature status not updating when uncheking selected teleport.
This commit is contained in:
parent
48f75d168f
commit
b8ffcb6c9d
@ -227,6 +227,7 @@ namespace cheat::feature
|
||||
else {
|
||||
checkedIndices.insert(index);
|
||||
}
|
||||
UpdateIndexName();
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(("TP##Button" + std::to_string(index)).c_str()))
|
||||
|
Loading…
Reference in New Issue
Block a user