Disable texture offset scaling

This commit is contained in:
spherallic 2023-06-29 17:33:38 +02:00
parent 675078ac83
commit abda3a9087

View file

@ -38,7 +38,7 @@ common
mixtexturesflats = true;
defaulttexturescale = 1.0f;
defaultflatscale = 1.0f;
scaledtextureoffsets = true;
scaledtextureoffsets = false;
maxcolormapalpha = 25;