added a few more fallbackStrings (Andreas Stenglein)

This commit is contained in:
Brian Paul 2005-07-14 23:10:21 +00:00
parent b127cfeb7a
commit c62c24c72f

View file

@ -444,7 +444,11 @@ static char *fallbackStrings[] = {
"Texgen unit 0",
"Texgen unit 1",
"Texgen unit 2",
"User disable"
"User disable",
"User disable",
"texture rectangle unit 0",
"texture rectangle unit 1",
"texture rectangle unit 2"
};