mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
clamp anisotropy minimum to 1.0
This commit is contained in:
@@ -263,6 +263,8 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
|
||||
Parser.getTokens( 1, false );
|
||||
Parser >> AnisotropicFiltering;
|
||||
if (AnisotropicFiltering < 1.0f)
|
||||
AnisotropicFiltering = 1.0f;
|
||||
}
|
||||
else if (token == "feedbackmode")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user