Skip to content

Commit

Permalink
GRAPHICS: Initialize ModelNode::MeshData::rawMesh
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Nov 18, 2018
1 parent e6265db commit d13cecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/aurora/modelnode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ModelNode::Dangly::Dangly() : period(1.0f), tightness(1.0f), displacement(1.0f),
data(0) {
}

ModelNode::MeshData::MeshData() : envMapMode(kModeEnvironmentBlendedUnder) {
ModelNode::MeshData::MeshData() : rawMesh(0), envMapMode(kModeEnvironmentBlendedUnder) {
}

ModelNode::Mesh::Mesh() : shininess(1.0f), alpha(1.0f), tilefade(0), render(false),
Expand Down

0 comments on commit d13cecb

Please sign in to comment.