We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa1d1b commit c66d792Copy full SHA for c66d792
1 file changed
source/module/tools/object/mmd_bone_manager.cpp
@@ -807,7 +807,7 @@ const BaseContainer& MMDBoneManagerObject::GetBoneItems() const
807
if (tag)
808
{
809
if (const BaseObject* obj = const_cast<BaseTag*>(tag)->GetObject())
810
- bone_items_.SetString(entry.GetKey(), obj->GetName());
+ bone_items_.SetString(static_cast<Int32>(entry.GetKey()), obj->GetName());
811
}
812
813
0 commit comments