Skip to content

Commit

Permalink
Resolved crash on shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHerpin committed Oct 10, 2024
1 parent 341abcb commit de1d78b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vrx_gz/src/WaveVisual.cc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ void WaveVisualPrivate::OnUpdate()
mat->SetVertexShader(this->vertexShaderUri);
mat->SetFragmentShader(this->fragmentShaderUri);
this->visual->SetMaterial(mat);
scene->DestroyMaterial(mat);
this->material = this->visual->Material();
}

Expand Down

0 comments on commit de1d78b

Please sign in to comment.