mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
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:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user