Skip to content

Commit

Permalink
Merge pull request #84829 from bitsawer/fix_particle_material_names
Browse files Browse the repository at this point in the history
Fix several ParticleProcessMaterial texture names
  • Loading branch information
akien-mga committed Nov 13, 2023
2 parents 85ecb85 + 7c4d07c commit 8d731b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scene/resources/particle_process_material.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ void ParticleProcessMaterial::init_shaders() {
shader_names->tangent_accel_texture = "tangent_accel_texture";
shader_names->damping_texture = "damping_texture";
shader_names->scale_texture = "scale_curve";
shader_names->hue_variation_texture = "hue_variation_texture";
shader_names->anim_speed_texture = "anim_speed_texture";
shader_names->anim_offset_texture = "anim_offset_texture";
shader_names->hue_variation_texture = "hue_rot_curve";
shader_names->anim_speed_texture = "animation_speed_curve";
shader_names->anim_offset_texture = "animation_offset_curve";
shader_names->directional_velocity_texture = "directional_velocity_curve";
shader_names->scale_over_velocity_texture = "scale_over_velocity_curve";

Expand Down

0 comments on commit 8d731b1

Please sign in to comment.