From 095b4cec2ca05472a4312719720650cebd897d06 Mon Sep 17 00:00:00 2001 From: gregw <> Date: Fri, 20 Oct 2000 23:19:46 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/showbase/Loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/Loader.py b/direct/src/showbase/Loader.py index b2a8d5dd52..dec6aaa34a 100644 --- a/direct/src/showbase/Loader.py +++ b/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) )