Skip to content

Commit

Permalink
Fix Linux crash sometimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Nov 10, 2014
1 parent 30f09d8 commit 28a0dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mp/src/game/shared/sdk/da_bulletmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,10 @@ int CBulletManager::CBullet::DrawModel( int flags )
if (m_flCurrAlpha < 0)
return 0;

#ifdef __linux__
return 0;
#endif

if (!g_hBulletStreak.IsValid())
g_hBulletStreak.Init( "effects/tracer1.vmt", TEXTURE_GROUP_OTHER );

Expand Down

0 comments on commit 28a0dc0

Please sign in to comment.