diff --git a/direct/src/ffi/FFIExternalObject.py b/direct/src/ffi/FFIExternalObject.py index beb871f6d7..a0b42bc831 100644 --- a/direct/src/ffi/FFIExternalObject.py +++ b/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