mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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)
|
||||
|
||||
# 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)
|
||||
if download:
|
||||
configDict['ready_img'] = download
|
||||
configDict['launch_img'] = download
|
||||
|
||||
config(**configDict)
|
||||
|
Loading…
x
Reference in New Issue
Block a user