mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
extend list operations
This commit is contained in:
parent
7eedaffd4b
commit
7f39e6dd87
@ -112,7 +112,7 @@ class MetaInterval(CMetaInterval):
|
|||||||
if isinstance(other, MetaInterval):
|
if isinstance(other, MetaInterval):
|
||||||
self.ivals += other.ivals
|
self.ivals += other.ivals
|
||||||
else:
|
else:
|
||||||
self.ivals += list(other.ivals)
|
self.ivals += list(other)
|
||||||
self.__ivalsDirty = 1
|
self.__ivalsDirty = 1
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user