mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Fix apple compilation
This commit is contained in:
@@ -187,5 +187,5 @@ void *LoadVulkanLibrary()
|
||||
|
||||
Process::ApplyEnvironmentModification();
|
||||
|
||||
return Process::LoadModule(libpath + VulkanLibraryName));
|
||||
return Process::LoadModule(libpath + VulkanLibraryName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user