浏览代码

go ahead and load the ready image

David Rose 16 年之前
父节点
当前提交
d870955f2c
共有 1 个文件被更改,包括 2 次插入1 次删除
  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)