Fixed fog controller not recreated when existing controller is deleted.

This commit is contained in:
Richard Helgeby 2013-12-24 14:32:28 +01:00
parent 4c5363d73e
commit 4464e46d37
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ VAmbienceApplyFog(bool:override = false)
{
// Delete fog.
AcceptEntityInput(fogindex, "Kill");
fogindex = -1;
}
}