Fixed fog controller not recreated when existing controller is deleted.
This commit is contained in:
@ -315,6 +315,7 @@ VAmbienceApplyFog(bool:override = false)
|
||||
{
|
||||
// Delete fog.
|
||||
AcceptEntityInput(fogindex, "Kill");
|
||||
fogindex = -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user