Parcourir la source

*** empty log message ***

Mike Goslin il y a 25 ans
Parent
commit
b059da4fc4
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      direct/src/showbase/Loader.py

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

@@ -61,6 +61,7 @@ class Loader:
 
 
     def unloadModel(self, modelPath):
     def unloadModel(self, modelPath):
 	"""unloadModel(self, string)
 	"""unloadModel(self, string)
+	"""
 	Loader.notify.info("Unloading model: %s" % (modelPath))
 	Loader.notify.info("Unloading model: %s" % (modelPath))
 	ModelPool.releaseModel(modelPath)
 	ModelPool.releaseModel(modelPath)
             
             
@@ -75,6 +76,7 @@ class Loader:
 
 
     def unloadTexture(self, texture):
     def unloadTexture(self, texture):
 	"""unloadTexture(self, texture)
 	"""unloadTexture(self, texture)
+	"""
 	TexturePool.releaseTexture(texture)
 	TexturePool.releaseTexture(texture)
 
 
     # sound loading funcs
     # sound loading funcs
@@ -88,6 +90,7 @@ class Loader:
 
 
     def unloadSound(self, sound):
     def unloadSound(self, sound):
 	"""unloadSound(self, sound)
 	"""unloadSound(self, sound)
+	"""
 	AudioPool.releaseSound(sound)
 	AudioPool.releaseSound(sound)