Skip to content

Commit

Permalink
fixup: fix mistake introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Dec 30, 2024
1 parent 3264a8c commit e108b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/renderer/tr_bsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3615,6 +3615,7 @@ static void R_LoadNodesAndLeafs( lump_t *nodeLump, lump_t *leafLump )
out->bounds.mins[ 0 ] = LittleLong( in->mins[ 0 ] );
out->bounds.mins[ 1 ] = LittleLong( in->mins[ 1 ] );
out->bounds.mins[ 2 ] = LittleLong( in->mins[ 2 ] );
out->bounds.maxs[ 0 ] = LittleLong( in->maxs[ 0 ] );
out->bounds.maxs[ 1 ] = LittleLong( in->maxs[ 1 ] );
out->bounds.maxs[ 2 ] = LittleLong( in->maxs[ 2 ] );

Expand Down

0 comments on commit e108b59

Please sign in to comment.