Launcher bugfixes, fixed submarine position syncing, previewing the sub after round ends, wiring bugfix, slower reactor overheat, itemlabel, wifi components
This commit is contained in:
@@ -75,11 +75,12 @@ namespace Subsurface
|
||||
|
||||
StatusEffect.UpdateAll((float)deltaTime);
|
||||
|
||||
cam.MoveCamera((float)deltaTime);
|
||||
|
||||
Physics.accumulator = Math.Min(Physics.accumulator, Physics.step * 4);
|
||||
while (Physics.accumulator >= Physics.step)
|
||||
{
|
||||
cam.MoveCamera((float)Physics.step);
|
||||
|
||||
foreach (PhysicsBody pb in PhysicsBody.list)
|
||||
{
|
||||
pb.SetPrevTransform(pb.Position, pb.Rotation);
|
||||
|
||||
Reference in New Issue
Block a user