Should be working.

This commit is contained in:
xM4ddy
2022-05-16 15:33:43 -04:00
parent bd7e2467e7
commit f0d1639884
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);