mage / mage-sdk-unity

MAGE client SDK for Unity
MIT License
2 stars 13 forks source link

Tomes > EmitToParents #54

Closed kefniark closed 8 years ago

kefniark commented 8 years ago

Description

We found a bug with Tomes.EmitToParent (related to the last merge)

With a boolean TomeValue :

We found that !Equals(this, root) doesn't work properly here (probably because JValue override internally Compare or GetType). Just replaced Equals by ReferenceEquals and now it works better.

ronkorving commented 8 years ago

@AlmirKadric please review

AlmirKadric commented 8 years ago

LGTM 👍