Переглянути джерело

*** empty log message ***

Joe Shochet 22 роки тому
батько
коміт
2351e0e04b
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      direct/src/showbase/SfxPlayer.py

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

@@ -33,7 +33,6 @@ class SfxPlayer:
         Get the volume that a sound should be played at if it is
         Get the volume that a sound should be played at if it is
         localized at this node. We compute this wrt the camera
         localized at this node. We compute this wrt the camera
         """
         """
-        import math
         d = node.getDistance(base.cam)
         d = node.getDistance(base.cam)
         if d > self.cutoffDistance:
         if d > self.cutoffDistance:
             volume = 0
             volume = 0