Skip to content

Commit 127523f

Browse files
committed
fixup-boundscopy-bspmodel
1 parent 41ea0aa commit 127523f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/tr_world.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ void R_AddBSPModelSurfaces( trRefEntity_t *ent )
304304
bspModel = pModel->bsp;
305305

306306
// copy local bounds
307-
BoundsCopy( ent->localBounds, bspModel->bounds );
307+
BoundsCopy( bspModel->bounds, ent->localBounds );
308308

309309
R_SetupEntityWorldBounds(ent);
310310

0 commit comments

Comments
 (0)