mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
fix a retarded typo
This commit is contained in:
parent
7abbbf0ffb
commit
e0a4dc5333
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class SellbotCogHQLoader(CogHQLoader.CogHQLoader):
|
|||
door.flattenMedium()
|
||||
cogSign.removeNode()
|
||||
self.geom.flattenMedium()
|
||||
self.botcam1 = Actor("phase_9/models/char/BotCam-zero.bam",{"botcamneutral":"phase_9/models/char/BotCam-neutral.bam"})tral.bam"})
|
||||
self.botcam1 = Actor("phase_9/models/char/BotCam-zero.bam",{"botcamneutral":"phase_9/models/char/BotCam-neutral.bam"})
|
||||
self.botcam1.reparentTo(self.geom)
|
||||
self.botcam1.setPos(-0.01,-39.3,24)
|
||||
self.botcam1.loop('botcamneutral')
|
||||
|
|
Loading…
Reference in a new issue