Update this comment to be accurate

This commit is contained in:
NepDisk 2026-04-30 15:58:17 -04:00
parent af7b843690
commit 3604abdfcc

View file

@ -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;