Should be working.

This commit is contained in:
xM4ddy
2022-05-16 15:33:43 -04:00
parent 1b5f489018
commit f383ac6dc1
5 changed files with 28 additions and 0 deletions

View File

@ -20,6 +20,8 @@ namespace big
ImGui::SameLine();
ImGui::BeginGroup();
ImGui::Checkbox("Seatbelt", &g->vehicle.seatbelt);
components::button("Repair", [] {
vehicle::repair(self::veh);