Some more misc explicit interface implementations

'Fallout' from working on other things.
This commit is contained in:
reaperrr
2016-10-20 21:45:59 +02:00
parent 61779bf02a
commit ce52bc9d7b
5 changed files with 6 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ namespace OpenRA.Mods.Common.Traits.Render
DefaultAnimation.PlayFetchIndex(NormalizeSequence(self, Info.Sequence), () => adjacent);
}
public void Tick(Actor self)
void ITick.Tick(Actor self)
{
if (!dirty)
return;