Skip to content

Commit

Permalink
fixup-boundscopy-bspmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jan 25, 2025
1 parent 838c164 commit 22bd35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/renderer/tr_world.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void R_AddBSPModelSurfaces( trRefEntity_t *ent )
bspModel = pModel->bsp;

// copy local bounds
BoundsCopy( ent->localBounds, bspModel->bounds );
BoundsCopy( bspModel->bounds, ent->localBounds );

R_SetupEntityWorldBounds(ent);

Expand Down

0 comments on commit 22bd35f

Please sign in to comment.