From 88f80d1ad1bab304b58e7a33e287a332e6a4783b Mon Sep 17 00:00:00 2001 From: Jesse Schell Date: Thu, 19 Oct 2000 17:08:51 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/distributed/DistributedObject.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/distributed/DistributedObject.py b/direct/src/distributed/DistributedObject.py index 1b1203c1da..c17d170f01 100644 --- a/direct/src/distributed/DistributedObject.py +++ b/direct/src/distributed/DistributedObject.py @@ -8,3 +8,6 @@ class DistributedObject(PandaObject): self.doId=doId self.zone=di.getUint32() assert(di.getRemainingSize() == 0) + + def sendUpdate(self, fieldName, args): + cr.sendupdate(self, fieldName, args)