Initialize all members of aiMeshKey in constructor

This commit is contained in:
Turo Lamminen
2018-02-03 16:54:19 +02:00
parent e21b79a8bf
commit 123b9ca71a

View File

@@ -162,7 +162,10 @@ struct aiMeshKey
#ifdef __cplusplus
aiMeshKey() {
aiMeshKey()
: mTime(0.0)
, mValue(0)
{
}
/** Construction from a given time and key value */