mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Disable texture offset scaling
This commit is contained in:
parent
675078ac83
commit
abda3a9087
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ common
|
||||||
mixtexturesflats = true;
|
mixtexturesflats = true;
|
||||||
defaulttexturescale = 1.0f;
|
defaulttexturescale = 1.0f;
|
||||||
defaultflatscale = 1.0f;
|
defaultflatscale = 1.0f;
|
||||||
scaledtextureoffsets = true;
|
scaledtextureoffsets = false;
|
||||||
|
|
||||||
maxcolormapalpha = 25;
|
maxcolormapalpha = 25;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue