Simplify Activity class
After the removal of the CompositeActivity class, all the supporting code that made it work can be removed as well.
This commit is contained in:
committed by
Paul Chote
parent
19977bb7da
commit
b4fd7331b2
@@ -44,7 +44,7 @@ namespace OpenRA.Traits
|
||||
else
|
||||
start = current;
|
||||
|
||||
if (act == prev || act == prev.ParentActivity)
|
||||
if (act == prev)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user