fix possible values for lb_ghost_trans_prox

This commit is contained in:
Not 2023-10-13 22:27:24 +02:00
parent ef620772d9
commit e833227b64
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ CV_RegisterVar({
name = "lb_ghost_trans_prox",
defaultvalue = 150,
flags = CV_CALL,
PossibleValue = CV_NATURAL,
PossibleValue = CV_Natural,
func = function(cv)
transProximity = cv.value
end