clayjohn / godot-volumetric-cloud-demo

A demo implementing one way of drawing volumetric cloudscapes in Godot sky shaders
MIT License
306 stars 23 forks source link

Fix invalid const variables for Godot 4 RC #7

Closed kb173 closed 1 year ago

kb173 commented 1 year ago

This change is required because of https://github.com/godotengine/godot/pull/72494 (merged into Godot 4 RC 1), which prevents the use of non-const variables when initializing new const variables.

clayjohn commented 1 year ago

Thank you!

kb173 commented 1 year ago

Just in time for the 4.0 release :partying_face: