Skip to content

Commit

Permalink
Initialize the texture string property previously unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab committed Nov 5, 2024
1 parent 132a2d9 commit 2f7dee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenSim/Simulation/Model/Appearance.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class OSIMSIMULATION_API SurfaceProperties : public Object {
SurfaceProperties() {
// Surface shaded by default
constructProperty_representation(VisualRepresentation::DrawSurface);
constructProperty_texture();
}
virtual ~SurfaceProperties() {};

Expand Down

0 comments on commit 2f7dee7

Please sign in to comment.