Update this comment to be accurate
This commit is contained in:
parent
af7b843690
commit
3604abdfcc
1 changed files with 1 additions and 1 deletions
|
|
@ -2525,7 +2525,7 @@ static boolean CV_FilterVarByVersion(consvar_t *v, const char *valstr)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (GETMAJOREXECVERSION(cv_execversion.value) == 12 && GETMINOREXECVERSION(cv_execversion.value) < 2) // 12.1 = BK Indev 25-04-26
|
||||
if (GETMAJOREXECVERSION(cv_execversion.value) == 12 && GETMINOREXECVERSION(cv_execversion.value) < 2) // 12.2 = BK Indev 29-04-26
|
||||
{
|
||||
if (fasticmp(v->name, "gr_modellighting")) // This needs to be on for directional lighting to look right on models.
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue