mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
cluster: Fix typo in ClusterServer.addControlMapping
This commit is contained in:
parent
5ecd6249d1
commit
718f72fe01
@ -133,7 +133,7 @@ class ClusterServer(DirectObject.DirectObject):
|
||||
self.controlPriorities[objectName] = priority
|
||||
self.redoSortedPriorities()
|
||||
else:
|
||||
self.notify.debug('attempt to add duplicate controlled object: '+name)
|
||||
self.notify.debug('attempt to add duplicate controlled object: ' + objectName)
|
||||
|
||||
def setControlMappingOffset(self,objectName,offset):
|
||||
if (objectName in self.controlMappings):
|
||||
|
Loading…
x
Reference in New Issue
Block a user