Browse Source

direct: fix missing import in Loader

John C. Allwein 2 years ago
parent
commit
7b7294b15d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/showbase/Loader.py

+ 1 - 0
direct/src/showbase/Loader.py

@@ -16,6 +16,7 @@ from panda3d.core import (
     ModelPool,
     ModelPool,
     NodePath,
     NodePath,
     PandaNode,
     PandaNode,
+    SamplerState,
     ShaderPool,
     ShaderPool,
     StaticTextFont,
     StaticTextFont,
     TexturePool,
     TexturePool,