Browse Source

oops, wrong one, updating native one

Zachary Pavlov 20 years ago
parent
commit
ac7d08c8cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/extensions/NodePathCollection-extensions.py

+ 1 - 1
direct/src/extensions/NodePathCollection-extensions.py

@@ -16,7 +16,7 @@
             return npList
             return npList
 
 
     def getTightBounds(self):
     def getTightBounds(self):
-        from pandac.PandaModules import Point3
+        from pandac import Point3
         
         
         if self.getNumPaths() == 0:
         if self.getNumPaths() == 0:
             return (Point3.Point3(0), Point3.Point3(0))
             return (Point3.Point3(0), Point3.Point3(0))