Skip to content

Commit

Permalink
Fix build issue after #64377 and #64701
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Aug 30, 2022
1 parent 02d510b commit ac053bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/2d/gpu_particles_2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ void GPUParticles2D::_texture_changed() {
// Changes to the texture need to trigger an update to make
// the editor redraw the sprite with the updated texture.
if (texture.is_valid()) {
update();
queue_redraw();
}
}

Expand Down

0 comments on commit ac053bb

Please sign in to comment.