Wrong unit conversion?
ducakar opened this issue ยท 3 comments
The SC-62 container shows volume of 1.00 m^3 (= 1 000 000 cm^3) in the editor, but it's not possible to fill it past 100 cm^3.
KIS_Shared:413: I recommend changing it to something like:
string text = (volume * 1000).ToString("0.00");
if (showUnit) text += " L";