mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Update PropertyBag.bf
This commit is contained in:
parent
ea143611ab
commit
65ebe36344
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace System
|
|||
|
||||
for (let kv in lhs.mProperties)
|
||||
{
|
||||
Object lhsVal = kv.value;
|
||||
Object lhsVal = *kv.value;
|
||||
Object rhsVal;
|
||||
if (!rhs.Get(kv.key, out rhsVal))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue