mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
changed shadow collision loop priority
This commit is contained in:
parent
1b09b631e9
commit
ff6f62b0cb
@ -1217,7 +1217,7 @@ class ShowBase(DirectObject.DirectObject):
|
||||
self.taskMgr.add(self.collisionLoop, 'collisionLoop', priority = 30)
|
||||
# do the shadowCollisionLoop after the collisionLoop and
|
||||
# befor the igLoop:
|
||||
self.taskMgr.add(self.shadowCollisionLoop, 'shadowCollisionLoop', priority = 34)
|
||||
self.taskMgr.add(self.shadowCollisionLoop, 'shadowCollisionLoop', priority = 45)
|
||||
# give the igLoop task a reasonably "late" priority,
|
||||
# so that it will get run after most tasks
|
||||
self.taskMgr.add(self.igLoop, 'igLoop', priority = 50)
|
||||
|
Loading…
x
Reference in New Issue
Block a user