qbsp: -debugexpand: write to .bsp output dir
This commit is contained in:
parent
9c466dd813
commit
752cd95c02
|
|
@ -3290,7 +3290,10 @@ void ProcessMapBrushes()
|
|||
hull = qbsp_options.debugexpand.hull_bounds_value();
|
||||
}
|
||||
|
||||
WriteMapBrushMap("expanded.map", map.world_entity().mapbrushes, hull);
|
||||
fs::path name = qbsp_options.bsp_path;
|
||||
name.replace_extension("expanded.map");
|
||||
|
||||
WriteMapBrushMap(name, map.world_entity().mapbrushes, hull);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue