merge content and compile flags of all surfaces of a brush (experimental; fixes issues with not working detail brushes; please check for regressions)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@364 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
37f408f643
commit
c379aae1d4
|
|
@ -345,6 +345,9 @@ void SetBrushContents( brush_t *b )
|
|||
continue;
|
||||
if( s->contentFlags != contentFlags || s->compileFlags != compileFlags )
|
||||
mixed = qtrue;
|
||||
|
||||
contentFlags |= s->contentFlags;
|
||||
compileFlags |= s->compileFlags;
|
||||
}
|
||||
|
||||
/* ydnar: getting rid of this stupid warning */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user