mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Disabled LOD by default
This commit is contained in:
@@ -288,7 +288,7 @@ static void geo_process_level_of_detail(struct GraphNodeLevelOfDetail *node) {
|
||||
Mtx *mtx = gMatStackFixed[gMatStackIndex];
|
||||
s16 distanceFromCam = -GET_HIGH_S16_OF_32(mtx->m[1][3]); // z-component of the translation column
|
||||
#endif
|
||||
if(CVarGetInteger("gEnhancements.DisableLOD", 0) == 1) {
|
||||
if(CVarGetInteger("gEnhancements.DisableLOD", 1) == 1) {
|
||||
distanceFromCam = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user