another pandac -> pandac.PandaModules fixed. Yay

This commit is contained in:
Zachary Pavlov 2005-06-16 21:49:38 +00:00
parent 323321f622
commit 9425e04e2a
1 changed files with 1 additions and 1 deletions

View File

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