fix to induction matrix transfer bars not rescaling with capacity changes

This commit is contained in:
Mikayla
2025-01-09 00:17:00 +00:00
parent 11fa9f625d
commit fb139949f8
3 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ local function init(main)
util.nop()
imatrix(main, 131, cnc_bottom_align_start, facility.induction_data_tbl[1], facility.induction_ps_tbl[1])
imatrix(main, 131, cnc_bottom_align_start, facility.induction_ps_tbl[1])
end
return init