mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
* deactivated filter removal and readd with every g_qeglobals.d_savedinfo.exclude update (see comment)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@217 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
a4e4f11c0e
commit
fb4bd2916f
1 changed files with 1 additions and 1 deletions
|
@ -7476,7 +7476,7 @@ void PerformFiltering ()
|
|||
|
||||
// mattn - this should be removed - otherwise the filters from the
|
||||
// plugins are wiped away with each update
|
||||
#if 1
|
||||
#if 0
|
||||
// spog - deletes old filters list and creates new one when
|
||||
// g_qeglobals.d_savedinfo.exclude is updated
|
||||
g_qeglobals.d_savedinfo.filters = FilterListDelete(g_qeglobals.d_savedinfo.filters);
|
||||
|
|
Loading…
Reference in a new issue