mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
go ahead and load the ready image
This commit is contained in:
parent
da59dc9063
commit
d870955f2c
@ -46,9 +46,10 @@ class images(package):
|
|||||||
print "Could not locate %s" % (filename)
|
print "Could not locate %s" % (filename)
|
||||||
|
|
||||||
# Also make a few special cases. We use the same default image
|
# Also make a few special cases. We use the same default image
|
||||||
# for both download and launch.
|
# for download, ready, and launch.
|
||||||
download = configDict.get('download_img', None)
|
download = configDict.get('download_img', None)
|
||||||
if download:
|
if download:
|
||||||
|
configDict['ready_img'] = download
|
||||||
configDict['launch_img'] = download
|
configDict['launch_img'] = download
|
||||||
|
|
||||||
config(**configDict)
|
config(**configDict)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user