mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-19 21:59:31 -06:00
Loader: fix passing a tuple to loader.loadModel
This commit is contained in:
@@ -230,7 +230,7 @@ class Loader(DirectObject):
|
||||
|
||||
"""
|
||||
|
||||
assert Loader.notify.debug("Loading model: %s" % (modelPath))
|
||||
assert Loader.notify.debug("Loading model: %s" % (modelPath,))
|
||||
if loaderOptions is None:
|
||||
loaderOptions = LoaderOptions()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user