Skip to content

Commit

Permalink
Update f3d_material.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 20, 2024
1 parent c2ae919 commit eede0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down

0 comments on commit eede0a3

Please sign in to comment.