Make ITick implementations explicit in OpenRA.Game
This commit is contained in:
committed by
Matthias Mailänder
parent
ec354f89cd
commit
03c3a5f310
@@ -242,7 +242,7 @@ namespace OpenRA.Traits
|
||||
return Rectangle.FromLTRB(minU, minV, maxU + 1, maxV + 1);
|
||||
}
|
||||
|
||||
public void Tick(Actor self)
|
||||
void ITick.Tick(Actor self)
|
||||
{
|
||||
UpdateDirtyFrozenActorsFromDirtyBins();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user