mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
direct: Fix undefined ConfigVariableBool name in ClockDelta
This commit is contained in:
parent
e034e7f4b3
commit
bb6a66a582
@ -1,7 +1,7 @@
|
|||||||
# ClockDelta provides the ability to use clock synchronization for
|
# ClockDelta provides the ability to use clock synchronization for
|
||||||
# distributed objects
|
# distributed objects
|
||||||
|
|
||||||
from panda3d.core import ClockObject
|
from panda3d.core import ClockObject, ConfigVariableBool
|
||||||
from direct.directnotify import DirectNotifyGlobal
|
from direct.directnotify import DirectNotifyGlobal
|
||||||
from direct.showbase import DirectObject
|
from direct.showbase import DirectObject
|
||||||
import math
|
import math
|
||||||
|
Loading…
x
Reference in New Issue
Block a user