Add missing CDistributedSmoothNodeBase import
This commit is contained in:
parent
47de3542f6
commit
a55d915aea
|
|
@ -3,6 +3,7 @@
|
|||
from ClockDelta import *
|
||||
from direct.task import Task
|
||||
from direct.showbase.PythonUtil import randFloat, Enum
|
||||
from panda3d.direct import CDistributedSmoothNodeBase
|
||||
|
||||
class DummyTaskClass:
|
||||
def setDelay(self, blah):
|
||||
|
|
|
|||
Loading…
Reference in New Issue