Ignore updates to fields that weren't defined by this class.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6329 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Bruno Garcia
2010-12-02 02:35:23 +00:00
parent b660861be3
commit 6e6895d32d
@@ -92,6 +92,8 @@ class Signaller
signal = _obj.{{name}}Changed;
break;
{{/fields}}
default:
return;
}
signal.dispatch(event.getValue(), event.getOldValue());
}