Fix another crash, fix rail tee on texture

This commit is contained in:
teknomunk 2024-09-17 05:57:35 -05:00 committed by the-real-herowl
parent e7c550858d
commit b138add498
2 changed files with 1 additions and 1 deletions

View file

@ -307,7 +307,7 @@ local function do_movement_step(staticdata, dtime)
local remaining_in_block = 1 - x_0
-- Calculate acceleration
local v_0 = staticdata.velocity
local v_0 = staticdata.velocity or 0
local a = 0
if staticdata.ahead or staticdata.behind then
-- Calculate acceleration of the entire train

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 241 B