From c02fbc3659bd2c144ac6663385cb722021aeb41b Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:18:02 +1100 Subject: [PATCH] Content update for physicsmap changes (#13190) --- Content.Shared/Friction/TileFrictionController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Friction/TileFrictionController.cs b/Content.Shared/Friction/TileFrictionController.cs index eb6424189b..9b82e12fc6 100644 --- a/Content.Shared/Friction/TileFrictionController.cs +++ b/Content.Shared/Friction/TileFrictionController.cs @@ -67,7 +67,7 @@ namespace Content.Shared.Friction configManager.UnsubValueChanged(CCVars.StopSpeed, SetStopSpeed); } - public override void UpdateBeforeMapSolve(bool prediction, SharedPhysicsMapComponent mapComponent, float frameTime) + public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent mapComponent, float frameTime) { base.UpdateBeforeMapSolve(prediction, mapComponent, frameTime);