Selaa lähdekoodia

go ahead and load the ready image

David Rose 16 vuotta sitten
vanhempi
sitoutus
d870955f2c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      direct/src/p3d/panda3d.pdef

+ 2 - 1
direct/src/p3d/panda3d.pdef

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