소스 검색

*** empty log message ***

gregw 25 년 전
부모
커밋
095b4cec2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      direct/src/showbase/Loader.py

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

@@ -70,7 +70,7 @@ class Loader:
 
     # sound loading funcs
     def loadSound(self, soundPath):
-        """loadSample(self, string)
+        """loadSound(self, string)
         Attempt to load a sound from the given file path using
         Cary's sound class. Returns None if not found"""
         Loader.notify.info("Loading sound: %s" % (soundPath) )