Content update for physicsmap changes (#13190)
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user