mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200709. milek7/sim branch scenery editor node bank code import
This commit is contained in:
@@ -749,7 +749,7 @@ basic_node::export_as_text( std::ostream &Output ) const {
|
||||
<< ' ' << ( m_rangesquaredmax < std::numeric_limits<double>::max() ? std::sqrt( m_rangesquaredmax ) : -1 )
|
||||
<< ' ' << std::sqrt( m_rangesquaredmin )
|
||||
// name
|
||||
<< ' ' << m_name << ' ';
|
||||
<< ' ' << ( m_name.empty() ? "none" : m_name ) << ' ';
|
||||
// template method implementation
|
||||
export_as_text_( Output );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user