func_smokevolume: fix warning in predraw.

This commit is contained in:
Marco Cawthorne 2023-10-03 10:52:22 -07:00
parent c531efaaf9
commit 530f25667b
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ func_smokevolume_cloud::predraw(void)
{
float alpha;
vector vecPlayer = g_view.GetCameraOrigin();
return PREDRAW_NEXT;
if (checkpvs(vecPlayer, this) == FALSE) {
return PREDRAW_NEXT;