mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 07:59:18 +02:00
build 180404. optional scenario clock sync with current local time, keyboard input for the ui layer
This commit is contained in:
@@ -313,6 +313,11 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens( 1, false );
|
||||
Parser >> ScenarioTimeOffset;
|
||||
}
|
||||
else if( token == "scenario.time.current" ) {
|
||||
// sync simulation time with local clock
|
||||
Parser.getTokens( 1, false );
|
||||
Parser >> ScenarioTimeCurrent;
|
||||
}
|
||||
else if( token == "scalespeculars" ) {
|
||||
// whether strength of specular highlights should be adjusted (generally needed for legacy 3d models)
|
||||
Parser.getTokens();
|
||||
|
||||
Reference in New Issue
Block a user