mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
typos in error message
This commit is contained in:
parent
ddf501b588
commit
6452ae6fae
@ -185,7 +185,7 @@ class Loader(DirectObject):
|
||||
then attempt to load it from disk. Return a nodepath to
|
||||
the model if successful or None otherwise
|
||||
"""
|
||||
Loader.notify.info("loader.loadModel() is deprecated; use loader.loadModel() instead.")
|
||||
Loader.notify.info("loader.loadModelOnce() is deprecated; use loader.loadModel() instead.")
|
||||
|
||||
return self.loadModel(modelPath, noCache = False)
|
||||
|
||||
@ -195,7 +195,7 @@ class Loader(DirectObject):
|
||||
then attempt to load it from disk. Return a nodepath to
|
||||
a copy of the model if successful or None otherwise
|
||||
"""
|
||||
Loader.notify.info("loader.loadModel() is deprecated; use loader.loadModel() instead.")
|
||||
Loader.notify.info("loader.loadModelCopy() is deprecated; use loader.loadModel() instead.")
|
||||
|
||||
return self.loadModel(modelPath, loaderOptions = loaderOptions, noCache = False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user