Makes many thing that update on paused *not* do that. (#4938)
This commit is contained in:
committed by
GitHub
parent
30a912e54f
commit
b904efb942
@@ -9,7 +9,7 @@ namespace Content.Server.Pointing.EntitySystems
|
||||
{
|
||||
public override void Update(float frameTime)
|
||||
{
|
||||
foreach (var component in EntityManager.EntityQuery<RoguePointingArrowComponent>(true))
|
||||
foreach (var component in EntityManager.EntityQuery<RoguePointingArrowComponent>())
|
||||
{
|
||||
component.Update(frameTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user