Dass ich gut

No clue what this means just random german words
This commit is contained in:
quaK 2023-07-01 01:41:08 +03:00
parent 214a26f12d
commit 96ffadffc0

View File

@ -17,10 +17,10 @@ namespace experimental
void post_unpack() override void post_unpack() override
{ {
// fix static model's lighting going black sometimes // fix static model's lighting going black sometimes
dvars::override::register_int("r_smodelInstancedThreshold", 0, 0, 128, 0x0); //dvars::override::register_int("r_smodelInstancedThreshold", 0, 0, 128, 0x0);
// change minimum cap to -2000 instead of -1000 (culling issue) // change minimum cap to -2000 instead of -1000 (culling issue)
dvars::override::register_float("r_lodBiasRigid", 0, -2000, 0, 0x0); dvars::override::register_float("r_lodBiasRigid", 0, -2000, 0, game::DVAR_FLAG_SAVED);
} }
}; };
} }