Match and link CMaterialFilter/List

Former-commit-id: 480e975add
This commit is contained in:
2022-10-06 11:26:18 -07:00
parent 1d574dea1c
commit 54e2e23a86
4 changed files with 9 additions and 15 deletions

View File

@@ -118,8 +118,8 @@ public:
// Intersection__13CMaterialListCFRC13CMaterialList weak
static s32 BitPosition(u64 flags);
// GetMaterialString__13CMaterialListCFv weak
u64 SharesMaterials(const CMaterialList& other) const {
return (other.value & value);
bool SharesMaterials(const CMaterialList& other) const {
return (other.value & value) ? true : false;
}
private: