mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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 extension_native_helpers import *
|
||||||
from libdirect import *
|
try:
|
||||||
|
from libp3direct import *
|
||||||
|
except:
|
||||||
|
from libdirect import *
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user