- [Core] dll name typo

This commit is contained in:
Razmoth
2023-10-07 17:23:27 +04:00
parent c30808f3ba
commit 5842e401df

View File

@@ -3,7 +3,7 @@
internal static class FbxDll internal static class FbxDll
{ {
internal const string DllName = "AssetStudioFBXNative"; internal const string DllName = "AssetStudio.FBXNative";
internal const string FbxsdkDllName = "libfbxsdk"; internal const string FbxsdkDllName = "libfbxsdk";
} }