mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Always declares FOG variable regardless of fog state. Previously, only declared fog if FOG_DISABLED was undefined. This caused errors if the code tried to write to fog later. Exists as a dummy variable when unused. Signed-off-by: Joshua Rothe <joshrothe@gmail.com>