mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
option to load dds with upper-left origin (currently disabled by default)
This commit is contained in:
@@ -626,6 +626,10 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens( 1 );
|
||||
Parser >> loading_log;
|
||||
}
|
||||
else if (token == "ddsupperorigin") {
|
||||
Parser.getTokens( 1 );
|
||||
Parser >> dds_upper_origin;
|
||||
}
|
||||
} while ((token != "") && (token != "endconfig")); //(!Parser->EndOfFile)
|
||||
// na koniec trochę zależności
|
||||
if (!bLoadTraction) // wczytywanie drutów i słupów
|
||||
|
||||
Reference in New Issue
Block a user