From eede0a336df768cf4d94ffef726500814ff68724 Mon Sep 17 00:00:00 2001 From: Lila Date: Fri, 20 Sep 2024 17:49:56 +0100 Subject: [PATCH] Update f3d_material.py --- fast64_internal/f3d/f3d_material.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast64_internal/f3d/f3d_material.py b/fast64_internal/f3d/f3d_material.py index 939731de9..b94e2d14b 100644 --- a/fast64_internal/f3d/f3d_material.py +++ b/fast64_internal/f3d/f3d_material.py @@ -4873,7 +4873,7 @@ def n64_colors_to_dict(self, use_dict: dict[str]): rdp = self.rdp_settings if rdp.using_fog: data["fog"] = { - "set": self.set_fog, # TODO: get sm64 area fog improvements merged then update this + "set": self.set_fog, "color": get_clean_color(self.fog_color, include_alpha=True), "range": list(self.fog_position), }