Initialize all members of aiMeshKey in constructor
parent
e21b79a8bf
commit
123b9ca71a
|
@ -162,7 +162,10 @@ struct aiMeshKey
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
||||||
aiMeshKey() {
|
aiMeshKey()
|
||||||
|
: mTime(0.0)
|
||||||
|
, mValue(0)
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Construction from a given time and key value */
|
/** Construction from a given time and key value */
|
||||||
|
|
Loading…
Reference in New Issue