ericw-tools icon indicating copy to clipboard operation
ericw-tools copied to clipboard

Hint / skip brush logic error

Open jdolan opened this issue 4 years ago • 0 comments

https://github.com/ericwa/ericw-tools/blob/6f99f469c6c2b3bdddc88d89368cabb1a7054ec8/qbsp3/map.cc#L641

This line toggles the detail bit on the surface flags, not the contents flags. And the contents flags were cleared in the line above, so really, this line should just be removed.

jdolan avatar Oct 27 '20 23:10 jdolan