From d4cbed3cbf649c3697e3d990086534fa4eec6b1b Mon Sep 17 00:00:00 2001 From: Jay Dolan Date: Tue, 10 Nov 2020 10:46:59 -0500 Subject: [PATCH] Documentation fixes for FilterAdd --- radiant/filters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/filters.cpp b/radiant/filters.cpp index e9b1b1ad..0a85902b 100644 --- a/radiant/filters.cpp +++ b/radiant/filters.cpp @@ -89,8 +89,8 @@ bfilter_t *FilterAddImpl( bfilter_t *pFilter, int type, int bmask, const char *s } // type 1 = texture filter (name) -// type 3 = entity filter (name) // type 2 = QER_* shader flags +// type 3 = entity filter (name) // type 4 = entity classes // type 5 = surface flags (q2) // type 6 = content flags (q2)