Skip to content

Commit e108b59

Browse files
committed
fixup: fix mistake introduced
1 parent 3264a8c commit e108b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/engine/renderer/tr_bsp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3615,6 +3615,7 @@ static void R_LoadNodesAndLeafs( lump_t *nodeLump, lump_t *leafLump )
36153615
out->bounds.mins[ 0 ] = LittleLong( in->mins[ 0 ] );
36163616
out->bounds.mins[ 1 ] = LittleLong( in->mins[ 1 ] );
36173617
out->bounds.mins[ 2 ] = LittleLong( in->mins[ 2 ] );
3618+
out->bounds.maxs[ 0 ] = LittleLong( in->maxs[ 0 ] );
36183619
out->bounds.maxs[ 1 ] = LittleLong( in->maxs[ 1 ] );
36193620
out->bounds.maxs[ 2 ] = LittleLong( in->maxs[ 2 ] );
36203621

0 commit comments

Comments
 (0)