From 5842e401df8880600bfa9b217688ced241b4883e Mon Sep 17 00:00:00 2001 From: Razmoth <32140579+Razmoth@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:23:27 +0400 Subject: [PATCH] - [Core] dll name typo --- AssetStudio.FBXWrapper/FbxDll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetStudio.FBXWrapper/FbxDll.cs b/AssetStudio.FBXWrapper/FbxDll.cs index 292ce57..b70656c 100644 --- a/AssetStudio.FBXWrapper/FbxDll.cs +++ b/AssetStudio.FBXWrapper/FbxDll.cs @@ -3,7 +3,7 @@ internal static class FbxDll { - internal const string DllName = "AssetStudioFBXNative"; + internal const string DllName = "AssetStudio.FBXNative"; internal const string FbxsdkDllName = "libfbxsdk"; }