Skip to content

Commit c66d792

Browse files
committed
fix: macos
1 parent 6aa1d1b commit c66d792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/module/tools/object/mmd_bone_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ const BaseContainer& MMDBoneManagerObject::GetBoneItems() const
807807
if (tag)
808808
{
809809
if (const BaseObject* obj = const_cast<BaseTag*>(tag)->GetObject())
810-
bone_items_.SetString(entry.GetKey(), obj->GetName());
810+
bone_items_.SetString(static_cast<Int32>(entry.GetKey()), obj->GetName());
811811
}
812812
}
813813
}

0 commit comments

Comments
 (0)