David Rose 15 lat temu
rodzic
commit
803ef5effd
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      direct/src/ffi/panda3d.py

+ 1 - 0
direct/src/ffi/panda3d.py

@@ -13,6 +13,7 @@ panda3d_modules = {
     "physx"       : "libpandaphysx",
     "ai"          : "libpandaai",
     "awesomium"   : "libp3awesomium",
+    "speedtree"   : "libpandaspeedtree",
 }
 
 class panda3d_import_manager: