feat(Handling): Added online profile getting

This commit is contained in:
Yimura
2021-08-17 16:56:41 +02:00
parent 117ceaa2cd
commit c954ef76cb
15 changed files with 1463 additions and 28 deletions

View File

@ -6,13 +6,6 @@ namespace big
{
if (ImGui::BeginTabItem("General"))
{
if (ImGui::Button("Restore Handling Data"))
{
g_vehicle_service->restore_vehicle();
}
ImGui::Separator();
ImGui::Text("Gravity");
ImGui::SliderFloat("##Gravity", &g_local_player->m_vehicle->m_gravity, -50.f, 50.f);