mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Changed libdirect to libp3direct, with fallback
This commit is contained in:
parent
a1e6867d15
commit
4546fcaf38
@ -1,5 +1,8 @@
|
||||
from extension_native_helpers import *
|
||||
from libdirect import *
|
||||
try:
|
||||
from libp3direct import *
|
||||
except:
|
||||
from libdirect import *
|
||||
|
||||
#####################################################################
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user