16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 03:39:17 +02:00

Merge remote-tracking branch 'manul-public/master' into manul-staging

This commit is contained in:
WLs50
2025-04-05 14:24:53 +02:00
45 changed files with 875 additions and 477 deletions

View File

@@ -395,10 +395,7 @@ global_settings::ConfigParse(cParser &Parser) {
// selected device for audio renderer
Parser.getTokens();
Parser >> AirTemperature;
if (false == DebugModeFlag)
{
AirTemperature = clamp(AirTemperature, -15.f, 45.f);
}
AirTemperature = clamp(AirTemperature, -15.f, 45.f);
}
else if (token == "scalespeculars")
{