Fix build regression from b3b6251c10
This commit is contained in:
6
Source/ThirdParty/OpenFBX/ofbx.cpp
vendored
6
Source/ThirdParty/OpenFBX/ofbx.cpp
vendored
@@ -2982,9 +2982,9 @@ static void parseGlobalInfo(const Element& root, Scene* scene)
|
||||
{
|
||||
if (!node->first_property)
|
||||
continue;
|
||||
get_text_property("Original|ApplicationVendor", scene->m_info.AppVendor, UpVector, toInt);
|
||||
get_text_property("Original|ApplicationName", scene->m_info.AppName, UpVector, toInt);
|
||||
get_text_property("Original|ApplicationVersion", scene->m_info.AppVersion, UpVector, toInt);
|
||||
get_text_property("Original|ApplicationVendor", scene->m_info.AppVendor);
|
||||
get_text_property("Original|ApplicationName", scene->m_info.AppName);
|
||||
get_text_property("Original|ApplicationVersion", scene->m_info.AppVersion);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user