StyleCop clean OpenRA.Game
This commit is contained in:
@@ -91,7 +91,7 @@ namespace OpenRA.Traits
|
||||
void Invalidate()
|
||||
{
|
||||
var oldHash = Hash;
|
||||
Hash = Sync.hash_player(self.Owner) + self.World.WorldTick * 3;
|
||||
Hash = Sync.HashPlayer(self.Owner) + self.World.WorldTick * 3;
|
||||
|
||||
// Invalidate may be called multiple times in one world tick, which is decoupled from rendering.
|
||||
if (oldHash == Hash)
|
||||
|
||||
Reference in New Issue
Block a user