mend
This commit is contained in:
parent
2e0b4bc885
commit
b38b92f4b6
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "4.24",
|
||||
"EngineAssociation": "{E18FEF2A-487B-F1E3-E702-1386C9056832}",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Modules": [
|
||||
|
@ -106,4 +106,4 @@
|
|||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/2d712649ca864c80812da7b5252f5608"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -20,7 +20,7 @@ void FCarlaModule::StartupModule()
|
|||
void FCarlaModule::LoadChronoDll()
|
||||
{
|
||||
#if defined(WITH_CHRONO) && PLATFORM_WINDOWS
|
||||
const FString BaseDir = IPluginManager::Get().FindPlugin("Carla")->GetBaseDir();
|
||||
const FString BaseDir = FPaths::Combine(FPaths::ProjectPluginsDir(), "Carla")
|
||||
const FString PluginDir = FPaths::Combine(*BaseDir, TEXT("CarlaDependencies/dll"));
|
||||
FString ChronoEngineDll = FPaths::Combine(*PluginDir, TEXT("ChronoEngine.dll"));
|
||||
FString ChronoVehicleDll = FPaths::Combine(*PluginDir, TEXT("ChronoEngine_vehicle.dll"));
|
||||
|
|
Loading…
Reference in New Issue