Skip to content

Commit

Permalink
Transform3D
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmaceira committed Feb 28, 2025
1 parent b8eda21 commit 0bfad96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot/assets/environment/sky_base.gd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func setup_light(
initial_energy: float,
horizon_color: Color,
initial_color: Color,
initial_transform: Transform
initial_transform: Transform3D
):
var time = 1.0 + normalized_time
var angle = clamp(((time - origin) - floor(time - origin)) * 2.0, 0.0, 1.0)
Expand Down

0 comments on commit 0bfad96

Please sign in to comment.