mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
oops, wrong one, updating native one
This commit is contained in:
parent
9425e04e2a
commit
ac7d08c8cd
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user