mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 19:19:19 +02:00
build 1020: error fixes and backward compatibility improvements
This commit is contained in:
@@ -791,7 +791,7 @@ void TAnimModel::LightSet(int n, float v)
|
||||
case ls_Dark: {
|
||||
// zapalenie świateł zależne od oświetlenia scenerii
|
||||
if( v > 3.0 ) { fDark = v - 3.0; } // ustawienie indywidualnego progu zapalania
|
||||
else { fDark = 0.25; } // standardowy próg zaplania
|
||||
else { fDark = DefaultDarkThresholdLevel; } // standardowy próg zaplania
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user