ericwa / ericw-tools

Quake/Hexen 2 Map compiling tools - branch of http://disenchant.net/utils
http://ericwa.github.io/ericw-tools
GNU General Public License v2.0
329 stars 57 forks source link

Region brush doesn't cull brush entities #422

Open 4LT opened 4 months ago

4LT commented 4 months ago

This can cause unexpected behavior when a brush entity outside the region "points" to (e.g. via target field) a point entity that is also outside the region. An example of this occurred with my own mod where a brush entity must have a (non-world) target. If it does not, objerror is called. I can imagine this would cause some goofy behavior with func_train as well.