Don't dirty the node groups on snapgrid changed.

This commit is contained in:
Vera Aguilera Puerto
2021-06-01 13:02:57 +02:00
parent 20243052cb
commit 1b77f18912

View File

@@ -23,7 +23,6 @@ namespace Content.Server.GameObjects.EntitySystems
foreach (var node in component.Nodes.Values)
{
node.OnSnapGridMove();
AddDirtyNodeGroup(node.NodeGroup);
}
}