Content update for physicsmap changes (#13190)

This commit is contained in:
metalgearsloth
2022-12-27 13:18:02 +11:00
committed by GitHub
parent d2fd925829
commit c02fbc3659

View File

@@ -67,7 +67,7 @@ namespace Content.Shared.Friction
configManager.UnsubValueChanged(CCVars.StopSpeed, SetStopSpeed); 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); base.UpdateBeforeMapSolve(prediction, mapComponent, frameTime);