Loader: fix passing a tuple to loader.loadModel

This commit is contained in:
rdb 2019-08-22 10:44:34 +02:00
parent f0ba25e11d
commit 2575c01261

View File

@ -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: