mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-07 18:03:34 +08:00
Update window_handling.cpp
Fixed window handling endline
This commit is contained in:
parent
63bacc0a77
commit
621745feca
@ -14,7 +14,7 @@ namespace big
|
||||
if (g_local_player == nullptr || g_local_player->m_vehicle == nullptr || g_local_player->m_ped_task_flag & (int)ePedTask::TASK_FOOT)
|
||||
{
|
||||
ImGui::Text("Please enter a vehicle.");
|
||||
|
||||
ImGui::End();
|
||||
return;
|
||||
}
|
||||
g_vehicle_service->attempt_save();
|
||||
@ -29,4 +29,4 @@ namespace big
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user