mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
*** empty log message ***
This commit is contained in:
parent
1e4f7df0ae
commit
b059da4fc4
@ -61,6 +61,7 @@ class Loader:
|
||||
|
||||
def unloadModel(self, modelPath):
|
||||
"""unloadModel(self, string)
|
||||
"""
|
||||
Loader.notify.info("Unloading model: %s" % (modelPath))
|
||||
ModelPool.releaseModel(modelPath)
|
||||
|
||||
@ -75,6 +76,7 @@ class Loader:
|
||||
|
||||
def unloadTexture(self, texture):
|
||||
"""unloadTexture(self, texture)
|
||||
"""
|
||||
TexturePool.releaseTexture(texture)
|
||||
|
||||
# sound loading funcs
|
||||
@ -88,6 +90,7 @@ class Loader:
|
||||
|
||||
def unloadSound(self, sound):
|
||||
"""unloadSound(self, sound)
|
||||
"""
|
||||
AudioPool.releaseSound(sound)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user