Content update for physicsmap changes (#13190)
This commit is contained in:
parent
d2fd925829
commit
c02fbc3659
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue