ACTUALLY fixes #2675 this time I swear. (#2879)

This commit is contained in:
gir489
2024-03-27 06:33:33 -04:00
committed by GitHub
parent 399a5d3dec
commit 6212171fc8
3 changed files with 5 additions and 5 deletions

View File

@ -131,8 +131,8 @@ namespace big
selected_vehicle_file = pair;
g_fiber_pool->queue_job([] {
load_vehicle(selected_vehicle_file);
g_model_preview_service->stop_preview();
});
g_model_preview_service->stop_preview();
}
if (!g.persist_car.preview_vehicle || (g.persist_car.preview_vehicle && !ImGui::IsAnyItemHovered()))