瀏覽代碼

*** empty log message ***

David Rose 24 年之前
父節點
當前提交
fb2ec1f78b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      direct/src/ffi/FFIExternalObject.py

+ 0 - 2
direct/src/ffi/FFIExternalObject.py

@@ -54,8 +54,6 @@ class FFIExternalObject:
             for base in thisClass.__bases__:
                 res = self.getLineageInternal(base, targetBaseClass, chain+[base])
                 if res:
-                    # Actually, we want them in the reverse order
-                    res.reverse()
                     FFIConstants.notify.debug('getLineageInternal: found path: ' + `res`)
                     return res
             # Not found anywhere