Skip to content

Commit a0f01b0

Browse files
committed
fix
1 parent f7e1868 commit a0f01b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/server/swarm/asw_radiation_volume.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void CASW_Radiation_Volume::Spawn( void )
4444
AddEffects(EF_NODRAW);
4545
SetSolid( SOLID_BBOX );
4646
float boxWidth = m_flBoxWidth;
47-
UTIL_SetSize( this, Vector( -boxWidth, -boxWidth, 0 ), Vector( boxWidth, boxWidth, boxWidth ) );
47+
UTIL_SetSize( this, Vector( -boxWidth, -boxWidth, 0 ), Vector( boxWidth, boxWidth, boxWidth * 2 ) );
4848
SetCollisionGroup(ASW_COLLISION_GROUP_PASSABLE);
4949
AddSolidFlags(FSOLID_TRIGGER | FSOLID_NOT_SOLID);
5050
SetTouch( &CASW_Radiation_Volume::RadTouch );

0 commit comments

Comments
 (0)