Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 88a7596

Browse files
committed
Renamed PPM * DeltaTime constant
1 parent e3d1457 commit 88a7596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base.rte/Constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rte.StartingFundsScale = 1.0;
2121
rte.PassengerMax = 3; -- Deprecated. Use 'Craft.MaxPassengers' instead
2222
rte.DiggersRate = 0.4
2323
rte.MetabaseArea = "MetabaseServiceArea"
24-
rte.PxPerFrame = FrameMan.PPM * TimerMan.DeltaTimeSecs;
24+
rte.PxTravelledPerFrame = FrameMan.PPM * TimerMan.DeltaTimeSecs;
2525

2626
-- Materials
2727
rte.airID = 0;

0 commit comments

Comments
 (0)