Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since I needed a custom dll path, I noticed this isn't passed so far and the default path was always used. Positioning the if query after the variable declarations solved the problem for me. I think the if (!libraryLoaded.value.isSuccess) query before WhisperFactory.librayPath = libraryPath; was a bug.
- Loading branch information