Composite manager tweak.

SVN revision: 15251
This commit is contained in:
Kim Woelders 2005-06-11 08:43:11 +00:00
parent 2162605bef
commit dd47c3d8bb
1 changed files with 2 additions and 0 deletions

View File

@ -1447,8 +1447,10 @@ ECompMgrRepaintDetermineOrder(EObj * const *lst, int num, EObj ** first,
if (!cw->usable)
continue;
#endif
#if 0 /* FIXME - Need this? */
if (!cw->damaged)
continue;
#endif
if (!cw->picture)
continue;