mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200731. empty vehicle load visualization support, basic inverter diagnostics, draw range limits bug fixes
This commit is contained in:
@@ -907,6 +907,7 @@ debug_panel::update_section_engine( std::vector<text_line> &Output ) {
|
||||
|
||||
Output.emplace_back( parameters, Global.UITextColor );
|
||||
}
|
||||
Output.emplace_back( "Inverter:\n frequency: " + to_string( mover.InverterFrequency, 2 ), Global.UITextColor );
|
||||
}
|
||||
// diesel engine data
|
||||
if( mover.EngineType == TEngineType::DieselEngine ) {
|
||||
|
||||
Reference in New Issue
Block a user