Changes in camera shaking, and others:

clatter sounds, csm stage boundaries, particles physics and hiding log panel when in launcher mode.
This commit is contained in:
Jano211
2023-08-11 21:34:09 +02:00
committed by Hirek
parent 9ff3ff195d
commit 797045e8ae
8 changed files with 129 additions and 43 deletions

View File

@@ -318,7 +318,7 @@ global_settings::ConfigParse(cParser &Parser) {
Parser.getTokens(1, false);
int size;
Parser >> size;
iMaxTextureSize = clamp_power_of_two(size, 512, 8192);
iMaxTextureSize = clamp_power_of_two(size, 64, 8192);
}
else if (token == "maxcabtexturesize")
{