mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 12:39:17 +02:00
Merge branch 'gfx-work' into sim
This commit is contained in:
@@ -59,7 +59,7 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens( 1, false );
|
||||
Parser >> FieldOfView;
|
||||
// guard against incorrect values
|
||||
FieldOfView = clamp( FieldOfView, 15.0f, 75.0f );
|
||||
FieldOfView = clamp( FieldOfView, 10.0f, 75.0f );
|
||||
}
|
||||
else if (token == "width")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user