mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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)
|
self.taskMgr.add(self.collisionLoop, 'collisionLoop', priority = 30)
|
||||||
# do the shadowCollisionLoop after the collisionLoop and
|
# do the shadowCollisionLoop after the collisionLoop and
|
||||||
# befor the igLoop:
|
# 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,
|
# give the igLoop task a reasonably "late" priority,
|
||||||
# so that it will get run after most tasks
|
# so that it will get run after most tasks
|
||||||
self.taskMgr.add(self.igLoop, 'igLoop', priority = 50)
|
self.taskMgr.add(self.igLoop, 'igLoop', priority = 50)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user