Skip to content

Commit

Permalink
brush.cc: temporary hotfix, disable bounding box tweak when rotate_of…
Browse files Browse the repository at this point in the history
…fset

is set. Breaks usage of origin brush with func_train
  • Loading branch information
ericwa committed Jun 30, 2019
1 parent b04c06a commit ac3553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbsp/brush.cc
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ CreateBrushFaces(hullbrush_t *hullbrush, const vec3_t rotate_offset,

// Rotatable objects must have a bounding box big enough to
// account for all its rotations
if (rotate_offset[0] || rotate_offset[1] || rotate_offset[2]) {
if (0 /*rotate_offset[0] || rotate_offset[1] || rotate_offset[2]*/) {
vec_t delta;

delta = fabs(max);
Expand Down

0 comments on commit ac3553c

Please sign in to comment.