particles: Fix regression loading .ptf files
Regression introduced in #1454
This commit is contained in:
parent
11c7d38ce4
commit
10dd0f79bc
|
|
@ -2,6 +2,7 @@
|
|||
from panda3d.core import Filename, NodePath, VirtualFileSystem, getModelPath
|
||||
|
||||
# Leave these imports in, they may be used by ptf files.
|
||||
from panda3d.core import * # pylint: disable=unused-import
|
||||
from panda3d.physics import * # pylint: disable=unused-import
|
||||
from . import Particles # pylint: disable=unused-import
|
||||
from . import ForceGroup # pylint: disable=unused-import
|
||||
|
|
|
|||
Loading…
Reference in New Issue