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"; }