-- @/lua/vehicle/powertrain.lua:223
local function updateGFXLastStage(dt)
for i = 1, deviceCount, 1 do
local device = orderedDevices[i]
if device.updateGFXLastStage then
device:updateGFXLastStage(dt)
end
end
end
if device.updateGFXLastStage then
device:updateGFXLastStage(dt)
end
recovery.updateGFX(dtSim)
powertrain.updateGFXLastStage(dtSim)
end