Fix xs_beam's sprite.

This commit is contained in:
Night Owl 2018-10-25 20:05:13 +05:00
parent 0c56465e95
commit 3d17d83f25
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void CXSBeam::Init()
if( m_pBeam[i] )
{
m_pBeam[i]->pev->scale = 0.5;
m_pBeam[i]->SetTransparency( kRenderGlow, 255, 255, 255, 255, kRenderFxFadeFast );
m_pBeam[i]->SetTransparency( kRenderGlow, 255, 255, 255, 255, kRenderFxNoDissipation );
UTIL_SetOrigin( m_pBeam[i]->pev, pev->origin );
m_pBeam[i]->pev->spawnflags |= SF_SPRITE_TEMPORARY;