mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
*** empty log message ***
This commit is contained in:
parent
59f0a51f6c
commit
46a06c40f0
@ -7,10 +7,10 @@ ANALOG_MIN = -0.95
|
||||
ANALOG_MAX = 0.95
|
||||
ANALOG_DEADBAND = 0.125
|
||||
|
||||
#try:
|
||||
# myBase = base
|
||||
#except:
|
||||
# myBase = simbase
|
||||
try:
|
||||
myBase = base
|
||||
except:
|
||||
myBase = simbase
|
||||
|
||||
class DirectDeviceManager(VrpnClient, DirectObject):
|
||||
def __init__(self, server = None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user